From 3f0b96e2a4994ad9be174a95165e3d05ac969625 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 14 Nov 2021 07:15:22 +0000 Subject: [PATCH] change default editor to nvim --- dot_zshrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dot_zshrc b/dot_zshrc index 3b1d2da..33a21a4 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -92,12 +92,7 @@ source $ZSH/oh-my-zsh.sh # You may need to manually set your language environment # export LANG=en_US.UTF-8 -# Preferred editor for local and remote sessions -# if [[ -n $SSH_CONNECTION ]]; then -# export EDITOR='vim' -# else -# export EDITOR='mvim' -# fi +export EDITOR="nvim" # Compilation flags # export ARCHFLAGS="-arch x86_64"