a few bashrc updates

This commit is contained in:
Josh Holtrop 2013-11-08 15:19:03 -05:00
parent 9e5e382588
commit 5852b20e75

10
bashrc
View File

@ -30,4 +30,14 @@ if [ -e /bin/cygwin1.dll ]; then
kill $pid kill $pid
} }
# for scons
unset ALLUSERSPROFILE
if [[ "$(ps -ef | grep XWin | grep -v grep)" == "" ]]; then
cygstart --hide startxwin
fi
fi
if [ -f "${HOME}/.bashrc.local" ]; then
source "${HOME}/.bashrc.local"
fi fi