bash_aliases: cs() function: unset HOME when launching Windows processes
This commit is contained in:
parent
5730c1c7f3
commit
88aa7cf550
@ -154,7 +154,7 @@ if [ -e /bin/cygwin1.dll ]; then
|
||||
{
|
||||
while [ "$1" != "" ]
|
||||
do
|
||||
cygstart "$1"
|
||||
HOME='' cygstart "$1"
|
||||
shift
|
||||
done
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user