no more emacs
This commit is contained in:
parent
7dc024d7c4
commit
fe5f80c49c
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue