# # ~/.bash_profile: executed by bash(1) for login shells. # # 2008-08-07, alex@barton.de # - Code cleanup # 2006-01-09, alex@barton.de # - moved export's here. # 2003-07-06, alex@Arthur.Ath.CX # - initial version. # export LANG="de_DE.ISO8859-1" export LC_MESSAGES="C" export EMAIL="alex@barton.de" export WWW_HOME="http://barton.de/" export NNTPSERVER="news.individual.de" export CVS_RSH=ssh [ "$OSTYPE" != "Aux" ] && ulimit -c 2048 if [ -f ~/.bashrc ]; then . ~/.bashrc fi # -eof-