X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bash_profile;h=d5f43d7cdc5c2497f2dae08f5717321e8f762da9;hp=ddbcb226a04eaac9c01ba776c0ade741813c4058;hb=fe18fdb6b21a839b0cd1001ad6da348fd45b419a;hpb=cebe5b71cfc184cd3477ce5e51761ba92060bcb2 diff --git a/.bash_profile b/.bash_profile index ddbcb22..d5f43d7 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,23 +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 +if [ -f "$HOME/.bashrc" ];then export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV";fi + finger +m + +if [ -f "$HOME/.bash_profile.local" ];then source "$HOME/.bash_profile.local";fi