zsh: make nvim the default editor
This commit is contained in:
parent
e31cf198e2
commit
cb2292bc41
@ -94,6 +94,9 @@ plugins=(
|
||||
zsh-syntax-highlighting
|
||||
)
|
||||
|
||||
export EDITOR=/usr/bin/nvim
|
||||
export VISUAL=/usr/bin/nvim
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
alias vi="nvim"
|
||||
|
Loading…
x
Reference in New Issue
Block a user