no more emacs

This commit is contained in:
Anthony Cicchetti 2022-11-01 12:00:15 -04:00
parent 7dc024d7c4
commit fe5f80c49c

View file

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