1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Merge pull request #3397 from peteches/master

Fixed output issues webith websearch plugin.
This commit is contained in:
Robby Russell 2014-12-20 12:36:27 -08:00
commit fe2ccb30af

View file

@ -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
}