mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
make this work in the git-for-windows SDK
Added an option for the msys value of $OSTYPE
This commit is contained in:
parent
a19ec1040e
commit
0a79f1e836
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ function open_command() {
|
|||
darwin*) open_cmd="open" ;;
|
||||
cygwin*) open_cmd="cygstart" ;;
|
||||
linux*) open_cmd="xdg-open" ;;
|
||||
msys*) open_cmd="start" ;;
|
||||
*) echo "Platform $OSTYPE not supported"
|
||||
return 1
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue