From 2df1315980ea7bf7748c37914345e228b42481bd Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Mon, 16 Apr 2018 16:21:39 -0400 Subject: [PATCH] edited alias --- files/.config/zsh/custom/100-alias.zsh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/files/.config/zsh/custom/100-alias.zsh b/files/.config/zsh/custom/100-alias.zsh index a02d56a..d5a35a9 100644 --- a/files/.config/zsh/custom/100-alias.zsh +++ b/files/.config/zsh/custom/100-alias.zsh @@ -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" +