mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-09 08:50:40 +01:00
Merge pull request #3397 from peteches/master
Fixed output issues webith websearch plugin.
This commit is contained in:
@@ -37,8 +37,7 @@ function web_search() {
|
||||
done
|
||||
|
||||
url="${url%?}" # remove the last '+'
|
||||
nohup $open_cmd "$url"
|
||||
rm nohup.out
|
||||
nohup $open_cmd "$url" >/dev/null 2&>1
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user