mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
Silence nohup output in web-search plugin
This commit is contained in:
parent
5f5ef8a67b
commit
5fc31b4256
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ function web_search() {
|
||||||
url="${(j://:)${(s:/:)urls[$1]}[1,2]}"
|
url="${(j://:)${(s:/:)urls[$1]}[1,2]}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
nohup $open_cmd "$url" >/dev/null 2&>1
|
nohup $open_cmd "$url" &>/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue