updating vim stuff
This commit is contained in:
parent
f124ff7b77
commit
bd47046b66
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
|
@ -78,7 +78,7 @@ else
|
|||
export PERL5LIB=$PERL5LIB:~/local/lib/perl5:~/local/lib/perl5/site_perl
|
||||
fi
|
||||
|
||||
if [ -x `which vim` ] ; then
|
||||
if [ -n "`which vim`" ] ; then
|
||||
export VISUAL=vim
|
||||
export EDITOR=vim
|
||||
if [ -n "$DISPLAY" ] ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue