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 http-server="python -m http.server"
alias rename="perl-rename" alias rename="perl-rename"
alias drun-it="docker run -it" # powershell seems to have trouble with xterm-256colors
alias dexec-it="docker exec -it" alias pwsh="TERM=xterm pwsh"
alias powershell="TERM=xterm pwsh"
# network stuff must always be run with sudo anyway # network stuff must always be run with sudo anyway
alias wifi-menu="sudo wifi-menu -o" alias wifi-menu="sudo wifi-menu -o"
@ -16,5 +17,6 @@ alias netctl="sudo netctl"
# serial # serial
alias minicom="docker run --device=/dev/ttyUSB0 -it registry.massaki.ca/minicom" alias minicom="docker run --device=/dev/ttyUSB0 -it registry.massaki.ca/minicom"
# open-sourced build of vs code is named code-oss # open-sourced build of vscode is named code-oss
alias code="code-oss" alias code="code-oss"