Prevent bash complaining after setting PS1 and su-ing to someone else.
[profile.git] / .bash_profile
1 # $Id$
2 for i in ~/.profile.d/*.bashrc; do . $i; done
3 __ps1
4
5 if [ "$OSTYPE" = "cygwin" ]; then
6   shopt -s nocaseglob
7 fi