zsh: replace vim with nvim inside the NeoVim

This commit is contained in:
He4eT 2024-05-01 23:42:08 +02:00
commit 6bd642d863

View file

@ -1,9 +1,12 @@
# Common settings # Common settings
export PATH=$HOME/apps/bin:$PATH export PATH=$HOME/apps/bin:$PATH
export EDITOR="/usr/bin/vim"
# export SSH_KEY_PATH="~/.ssh/rsa_id" if [[ "$NVIM" ]]; then
# export ARCHFLAGS="-arch x86_64" export EDITOR="/usr/bin/nvim"
else
export EDITOR="/usr/bin/vim"
fi
# NVM # NVM