Back to vim for EDITOR and VISUAL

This commit is contained in:
Sami Samhuri 2021-12-21 14:53:55 -08:00
parent cb63fb1907
commit 9c7dd58566
No known key found for this signature in database
GPG key ID: 4B4195422742FC16

5
zshrc
View file

@ -45,10 +45,7 @@ else
fi fi
fi fi
if command_exists mate; then if command_exists vim; then
export EDITOR="mate -w"
export VISUAL="mate -w"
elif command_exists vim; then
export EDITOR="vim" export EDITOR="vim"
export VISUAL="vim" export VISUAL="vim"
else else