Don't hang trying to interpret keypresses which might be escape sequences, eg <ESC>OA.
[profile.git] / .bash_profile
1 # $Id$
2 if $(tty -s) || [ "${0:0:1}" = "-" ]; then
3   for i in ~/.profile.d/*.bashrc; do . $i; done; unset i
4   __ps1
5 fi