Back to vim for EDITOR and VISUAL
This commit is contained in:
parent
cb63fb1907
commit
9c7dd58566
1 changed files with 1 additions and 4 deletions
5
zshrc
5
zshrc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue