diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index 66605aa..8fec4f2 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -283,6 +283,9 @@ modern-replace 'wget' 'aria2c' # for macOS modern-replace 'tar' 'gtar' +# for ArchLinux compat +modern-replace 'code' 'visual-studio-code-electron' + # Set proxy setproxy() { addr=${1:-127.0.0.1}