Determine (but don't export) some uname results: SYSTEM (uname -s), KERNEL (uname...
[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