[zshrc] Back to TextMate, VS Code is too slow

This commit is contained in:
Sami Samhuri 2021-11-24 15:51:08 -08:00
parent a42d590f5d
commit cb63fb1907
No known key found for this signature in database
GPG key ID: 4B4195422742FC16

7
zshrc
View file

@ -45,7 +45,10 @@ else
fi
fi
if command_exists vim; then
if command_exists mate; then
export EDITOR="mate -w"
export VISUAL="mate -w"
elif command_exists vim; then
export EDITOR="vim"
export VISUAL="vim"
else
@ -197,7 +200,7 @@ prompt sjs
# --------------------------------
alias bgd='bg; disown %1'
alias cp='nocorrect cp' # don't correct spelling for 'cp'
alias e='code -n'
alias e='mate'
alias ez="$EDITOR ~/.zshrc && source ~/.zshrc"
alias mkdir='nocorrect mkdir' # don't correct spelling for 'mkdir'