updating vim stuff

This commit is contained in:
User 2009-10-25 21:03:44 +05:30
parent f124ff7b77
commit bd47046b66

2
.zshrc
View file

@ -78,7 +78,7 @@ else
export PERL5LIB=$PERL5LIB:~/local/lib/perl5:~/local/lib/perl5/site_perl export PERL5LIB=$PERL5LIB:~/local/lib/perl5:~/local/lib/perl5/site_perl
fi fi
if [ -x `which vim` ] ; then if [ -n "`which vim`" ] ; then
export VISUAL=vim export VISUAL=vim
export EDITOR=vim export EDITOR=vim
if [ -n "$DISPLAY" ] ; then if [ -n "$DISPLAY" ] ; then