Replace sublime text with vscode

This commit is contained in:
Andrew Tomaka 2021-06-18 22:10:33 -04:00
parent 2dff177176
commit ce3c1690cb
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
3 changed files with 2 additions and 2 deletions

View file

@ -82,6 +82,7 @@ alias rd="popd"
alias s="cd ~/Source"
alias sci="ssh-copy-id -i .ssh/id_rsa.pub"
alias sd="pwd | pushd"
alias subl="code"
alias sw="stopwatch"
alias sz="source ~/.zshrc"
alias pf="port-forward"

View file

@ -1,3 +1,2 @@
alias google-chrome="open -a Google\ Chrome"
alias fixbar="killall ControlStrip"
alias subl="reattach-to-user-namespace subl"