Browse Source

Make nvim nvim

master
Taylor Bockman 5 years ago
parent
commit
e3ba0dde93
  1. 2
      dotfiles/zshrc

2
dotfiles/zshrc

@ -14,7 +14,7 @@ fi
if [[ "$OSTYPE" == "linux-gnu" ]]; then
# Linux
export VISUAL="emacs"
export VISUAL="nvim"
alias emacs="$VISUAL"
elif [[ "$OSTYPE" == "darwin"* ]]; then
# Mac OSX

Loading…
Cancel
Save