Added initial conversion of darkblue for terminal.
[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