X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bash_profile;h=d018d5c9cde0cd909760b543ab60036bbad47094;hp=ddbcb226a04eaac9c01ba776c0ade741813c4058;hb=dba0d5650fdb51a94d5971bcaa1fa28878025b8d;hpb=cebe5b71cfc184cd3477ce5e51761ba92060bcb2 diff --git a/.bash_profile b/.bash_profile index ddbcb22..d018d5c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,23 +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=vi -export LC_CTYPE=cs_CZ.ISO-8859-2 -source ~/.bashrc -finger +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