support cygwin/msys-git

This commit is contained in:
Brent Beardsley 2015-02-04 11:15:30 -07:00
parent 5fd2b37e9e
commit d4c845289a

View file

@ -68,6 +68,9 @@ giturl=${giturl/tree\/master/}
if [ $(uname -s) == "Darwin" ]
then
open=open
elif [ "$TERM" == "cygwin" ]
then
open=start
else
open=xdg-open
fi