fix(zsh): make editor nvim

The alias from vim to nvim dose not work when using `git commit`
This commit is contained in:
Ade Attwood 2022-07-25 19:57:33 +01:00
parent ec470f93db
commit 9424d2c09f

View file

@ -84,7 +84,7 @@ fi
#
source $ZSH/oh-my-zsh.sh
export EDITOR="vim"
export EDITOR="nvim"
#
# Import local alases if the file exists