# # ~/.bash_profile: executed by bash(1) for login shells. # Written 2003-2008 by Alexander Barton (alex@barton.de) # [ -e /tmp/ConfigDebug.$USER ] && echo " >> ~/.bash_profile ..." [ -z "$PROFILEREAD" -a -r $HOME/.etc/profile ] && source $HOME/.etc/profile [ -n "$LANG" ] || 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-