X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bash_profile;h=16e7552c772709e3643b6fa6305039b7867aedc5;hp=6daff1049680f934549f028edb3e7f3aeadab448;hb=7694ec64c154afad862245258fb02a6d91892c88;hpb=dcf4184728b3867fe3dfc1def3c8719f1420a0b4 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"