Default editor to nvim

This commit is contained in:
flyingscorpio@clevo 2022-07-31 22:35:17 +02:00
parent 5b99db8a46
commit 6f8b714e1c

View file

@ -1,6 +1,7 @@
# items common to ~/.bash_profile and ~/.zprofile
[[ -x /usr/bin/vim ]] && export EDITOR="/usr/bin/vim"
[[ -x /usr/bin/nvim ]] && export EDITOR="/usr/bin/nvim"
export SUDO_EDITOR="$EDITOR"
export TERMINAL="terminator"