Added Qp to .vimrc.
[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