X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bash_profile;h=1105d6bccb385cc702d00621581c1793378ef2b4;hp=0e918a20265630cf3e0718edab23bfcb695240a3;hb=b8be1b96db19decef6b6b1de6115aa7c5b50bb18;hpb=50f987487b8888e6a7179023cb70b0c4f217f7f7 diff --git a/.bash_profile b/.bash_profile index 0e918a2..1105d6b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,24 +1,6 @@ -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 -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 + +if [ -f "$HOME/.bash_profile.local" ];then source "$HOME/.bash_profile.local";fi