added 'vv' as an alias for the editor

This commit is contained in:
PowerUser64 2021-09-11 02:33:02 -07:00
parent c9445081a1
commit e0981d059a

2
.zshrc
View file

@ -47,6 +47,8 @@
# use nvim rather than vim if the command exists
[ -x "$(command -v nvim)" ] && alias vim="nvim" vimdiff="nvim -d"
alias vv="$EDITOR"
# I do this too much by accident smh my head
alias :q='exit' \
q='exit' \