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"