EDITOR to emacs

This commit is contained in:
Anthony Cicchetti 2020-12-17 08:34:03 -05:00
parent 561d1415e2
commit 56618146f0

View file

@ -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