We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be0fe3f + 9bae595 commit 7acc6e1Copy full SHA for 7acc6e1
web_search.plugin.zsh
@@ -5,6 +5,7 @@ function web_search() {
5
# get the open command
6
local open_cmd
7
[[ "$OSTYPE" = linux* ]] && open_cmd='xdg-open'
8
+ [[ "$OSTYPE" = darwin* ]] && open_cmd='open'
9
10
pattern='(google|duckduckgo|bing|yahoo|github|youtube)'
11
0 commit comments