From e0981d059a336440b3fff0ec23b70649130a518e Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 11 Sep 2021 02:33:02 -0700 Subject: [PATCH] added 'vv' as an alias for the editor --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 24206ec..6258c51 100644 --- a/.zshrc +++ b/.zshrc @@ -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' \