diff --git a/.zshrc b/.zshrc index 59a8bad..2db7b76 100644 --- a/.zshrc +++ b/.zshrc @@ -51,8 +51,10 @@ # use nvim rather than vim if the command exists [ -x "$(command -v nvim)" ] && alias vim='nvim' vimdiff='nvim -d' - alias vv="$EDITOR" - alias sedit='sudoedit' + alias \ + vv="$EDITOR" \ + e="$EDITOR" \ + sedit='sudoedit' \ # I do this too much by accident smh my head alias :q='exit' \