diff --git a/zsh/zshrc b/zsh/zshrc index 3f6e3b2..6e1e818 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -44,8 +44,8 @@ zle -N down-line-or-beginning-search export COMPLETION_WAITING_DOTS="true" -export VISUAL='emacsclient -c -a=""' -export EDITOR='emacsclient -c -a=""' +export VISUAL='nvim' +export EDITOR='nvim' path=("$HOME/bin" "$HOME/go/bin" $path) local ZSH_PLUGIN_DIR="$HOME/.zsh_plugins"