bash_aliases: cs() function: unset HOME when launching Windows processes

This commit is contained in:
Josh Holtrop 2012-02-27 14:05:54 -05:00
parent 5730c1c7f3
commit 88aa7cf550

View File

@ -154,7 +154,7 @@ if [ -e /bin/cygwin1.dll ]; then
{ {
while [ "$1" != "" ] while [ "$1" != "" ]
do do
cygstart "$1" HOME='' cygstart "$1"
shift shift
done done
} }