Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
0a79f1e8
Commit
0a79f1e8
authored
Nov 09, 2015
by
Mark Ingalls
Committed by
Marc Cornellà
Nov 30, 2015
Browse files
make this work in the git-for-windows SDK
Added an option for the msys value of $OSTYPE
parent
a19ec104
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/functions.zsh
View file @
0a79f1e8
...
...
@@ -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
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment