mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Silence nohup output in web-search plugin
This commit is contained in:
parent
80ba54a94f
commit
adaea31ca0
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…
Reference in a new issue