Merge branch 'master' of github.com:hunner/hunners-homedir-configs

This commit is contained in:
Hunter Haugen 2009-11-01 08:35:38 +05:30
commit 08832dc981

2
.zshrc
View file

@ -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