edited alias
This commit is contained in:
parent
c87582d5fb
commit
2df1315980
|
@ -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"
|
||||
|
@ -16,5 +17,6 @@ alias netctl="sudo netctl"
|
|||
# serial
|
||||
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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue