X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=.bash_profile;h=16e7552c772709e3643b6fa6305039b7867aedc5;hb=d53150d825f298b8fcb705905e210d71cf86a31a;hp=6daff1049680f934549f028edb3e7f3aeadab448;hpb=dcf4184728b3867fe3dfc1def3c8719f1420a0b4;p=nethome.git diff --git a/.bash_profile b/.bash_profile index 6daff10..16e7552 100644 --- a/.bash_profile +++ b/.bash_profile @@ -16,7 +16,7 @@ if [ -d $HOME/step/pgsql ];then fi export IGNOREEOF=10 export TMOUT=900 -export PERLLIB='~/lib/perl5/site_perl' +export PERLLIB="$HOME/lib/perl5/site_perl:$HOME/lib/perl5/site_perl/5.6.0" export EDITOR='vim' export LC_CTYPE=cs_CZ.ISO-8859-2 export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV"