Merge branch 'master' of github.com:hunner/hunners-homedir-configs
This commit is contained in:
commit
08832dc981
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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue