diff --git a/zsh/zshrc b/zsh/zshrc index d90f137..ba0385a 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -36,8 +36,8 @@ zle -N down-line-or-beginning-search export COMPLETION_WAITING_DOTS="true" -export VISUAL='edit' -export EDITOR='edit' +export VISUAL='emacs' +export EDITOR='emacs' path=("$HOME/bin" "$HOME/go/bin" $path) zstyle ':znap:*' auto-compile no