1
0
Fork 0

edited alias

This commit is contained in:
Massaki Archambault 2018-04-16 16:21:39 -04:00
parent c87582d5fb
commit 2df1315980
1 changed files with 5 additions and 3 deletions

View File

@ -6,8 +6,9 @@ alias top="htop"
alias http-server="python -m http.server"
alias rename="perl-rename"
alias drun-it="docker run -it"
alias dexec-it="docker exec -it"
# powershell seems to have trouble with xterm-256colors
alias pwsh="TERM=xterm pwsh"
alias powershell="TERM=xterm pwsh"
# network stuff must always be run with sudo anyway
alias wifi-menu="sudo wifi-menu -o"
@ -18,3 +19,4 @@ alias minicom="docker run --device=/dev/ttyUSB0 -it registry.massaki.ca/minicom"
# open-sourced build of vscode is named code-oss
alias code="code-oss"