From 69c0fd06fb9bce973f252ed34e05cd4c1d82ba2e Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 30 Aug 2019 17:31:45 -0700 Subject: [PATCH] Make nvim nvim --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index a3e0b00..f250ea5 100644 --- a/dotfiles/zshrc +++ b/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