]> arthur.barton.de Git - ConfigScripts.git/blob - user/bashrc
sys/bashrc, user/bashrc: code cleanup
[ConfigScripts.git] / user / bashrc
1 #
2 # ~/.bashrc: executed by bash(1) for non-login shells.
3 # Written 2006-2008 by Alexander Barton (alex@barton.de)
4 #
5
6 [ -e ~/.ConfigScripts.debug ] && echo " >> ~/.bashrc ..."
7
8 [ -z "$BASHRCREAD" -a -r ~/.etc/bashrc ] && source ~/.etc/bashrc
9 [ -r ~/.bashrc.user ] && source ~/.bashrc.user
10
11 # -eof-