# Editor (NVIM)
if command -v nvim &> /dev/null; then
export EDITOR="nvim"
alias vim="nvim"
alias vi="nvim"
fi