fix(zsh): make editor nvim
The alias from vim to nvim dose not work when using `git commit`
This commit is contained in:
parent
ec470f93db
commit
9424d2c09f
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ fi
|
|||
#
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
export EDITOR="vim"
|
||||
export EDITOR="nvim"
|
||||
|
||||
#
|
||||
# Import local alases if the file exists
|
||||
|
|
|
|||
Loading…
Reference in a new issue