Browse Source

Make nvim nvim

Taylor Bockman 5 years ago
parent
commit
69c0fd06fb
  1. 2
      dotfiles/zshrc

2
dotfiles/zshrc

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

Loading…
Cancel
Save