@ -41,7 +41,8 @@ fi
# Set the editor
if command -v nvim &> /dev/null; then
alias vim=nvim
export EDITOR=nvim
elif command -v vim &> /dev/null; then
else
export EDITOR=vim
fi