Default editor to nvim
This commit is contained in:
parent
5b99db8a46
commit
6f8b714e1c
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# items common to ~/.bash_profile and ~/.zprofile
|
# items common to ~/.bash_profile and ~/.zprofile
|
||||||
|
|
||||||
[[ -x /usr/bin/vim ]] && export EDITOR="/usr/bin/vim"
|
[[ -x /usr/bin/vim ]] && export EDITOR="/usr/bin/vim"
|
||||||
|
[[ -x /usr/bin/nvim ]] && export EDITOR="/usr/bin/nvim"
|
||||||
export SUDO_EDITOR="$EDITOR"
|
export SUDO_EDITOR="$EDITOR"
|
||||||
|
|
||||||
export TERMINAL="terminator"
|
export TERMINAL="terminator"
|
||||||
|
|
Loading…
Add table
Reference in a new issue