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
Oh My Zsh
Commits
c4588509
Commit
c4588509
authored
Dec 27, 2014
by
Marc Cornellà
Browse files
Add support for cygwin open in web-search plugin
parent
adaea31c
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/web-search/web-search.plugin.zsh
View file @
c4588509
...
...
@@ -16,6 +16,7 @@ function web_search() {
# define the open command
case
"
$OSTYPE
"
in
darwin
*
)
open_cmd
=
"open"
;;
cygwin
*
)
open_cmd
=
"cygstart"
;;
linux
*
)
open_cmd
=
"xdg-open"
;;
*
)
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