Change $EDITOR

This commit is contained in:
zendesk-acicchetti 2021-05-21 11:23:31 -04:00
parent 6f99df9cb9
commit 17b85bac28

View file

@ -37,7 +37,7 @@ zle -N down-line-or-beginning-search
export COMPLETION_WAITING_DOTS="true"
export VISUAL='emacsclient -c -a=""'
export EDITOR='editn'
export EDITOR='editc'
path=("$HOME/bin" "$HOME/go/bin" $path)
local ZSH_PLUGIN_DIR="$HOME/.zsh_plugins"