yep I've drunk the nvim koolaid

This commit is contained in:
Erik Stambaugh 2024-06-13 08:57:52 -07:00
parent fc2a75ada1
commit 5be36f345d

View file

@ -152,7 +152,13 @@ fi
#export PS1 PATH LD_LIBRARY_PATH
if [[ -n $(which nvim) ]]; then
EDITOR=nvim
alias vim=nvim
else
EDITOR=vim
fi
LANG=en_US.UTF-8
export PS1 PATH HISTSIZE HISTFILESIZE EDITOR LANG