mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Merge f0597e8330 into 0a0a27857e
This commit is contained in:
commit
fa7f9eca25
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ function web_search() {
|
|||
local open_cmd
|
||||
if [[ "$OSTYPE" = darwin* ]]; then
|
||||
open_cmd='open'
|
||||
elif [[ $(uname -s) == CYGWIN* ]]; then
|
||||
open_cmd='cygstart'
|
||||
else
|
||||
open_cmd='xdg-open'
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue