mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 21:51:05 +01:00
Merge pull request #3397 from peteches/master
Fixed output issues webith websearch plugin.
This commit is contained in:
commit
fe2ccb30af
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ function web_search() {
|
||||||
done
|
done
|
||||||
|
|
||||||
url="${url%?}" # remove the last '+'
|
url="${url%?}" # remove the last '+'
|
||||||
nohup $open_cmd "$url"
|
nohup $open_cmd "$url" >/dev/null 2&>1
|
||||||
rm nohup.out
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue