X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bash_profile;h=d018d5c9cde0cd909760b543ab60036bbad47094;hp=6daff1049680f934549f028edb3e7f3aeadab448;hb=cbfc93db75f9c110b7e4a33f52c7fe41c0d15f11;hpb=dcf4184728b3867fe3dfc1def3c8719f1420a0b4 diff --git a/.bash_profile b/.bash_profile index 6daff10..d018d5c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,24 +1,8 @@ -if [ -d $HOME/bin ];then export PATH=$HOME/bin:$PATH ;fi -if [ -d $HOME/netpbm/bin ];then export PATH=$HOME/netpbm/bin:$PATH ;fi -if [ -d $HOME/netpbm/lib ];then export LD_LIBRARY_PATH=$HOME/netpbm/lib ;fi -if [ -d $HOME/pgp5/bin ];then export PATH=$HOME/pgp5/bin:$PATH ;fi -if [ -d $HOME/step/pgsql/bin ];then export PATH=$HOME/step/pgsql/bin:$PATH ;fi -if [ -d $HOME/lib ];then export LD2LIBRARY_PATH=$HOME/lib ;fi -if [ -d $HOME/lib ];then export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/lib ;fi -if [ -d $HOME/man ];then export MANPATH=$HOME/man:$MANPATH ;fi -if [ -d $HOME/netpbm/man ];then export MANPATH=$HOME/netpbm/man:$MANPATH ;fi -if [ -d $HOME/pgp5/man ];then export MANPATH=$HOME/pgp5/man:$MANPATH ;fi -if [ -d $HOME/step/pgsql/man ];then export MANPATH=$HOME/step/pgsql/man:$MANPATH ;fi -if [ -d $HOME/step/pgsql ];then - export POSTGRESHOME=$HOME/step/pgsql - export PGLIB=$POSTGRESHOME/lib - export PGDATA=$POSTGRESHOME/data -fi -export IGNOREEOF=10 -export TMOUT=900 -export PERLLIB='~/lib/perl5/site_perl' -export EDITOR='vim' -export LC_CTYPE=cs_CZ.ISO-8859-2 -export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV" -finger -m +if [ -f "$HOME/.bashrc" ];then export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV";fi + +# '2>/dev/null' as finger(1) may not be present. +finger 2>/dev/null +test -d $HOME/Mail && m +cat 2>/dev/null .perlmail-submit.log + +if [ -f "$HOME/.bash_profile.local" ];then source "$HOME/.bash_profile.local";fi