Merge pull request #3397 from peteches/master

Fixed output issues webith websearch plugin.
master
Robby Russell 12 years ago
commit fe2ccb30af
  1. 3
      plugins/web-search/web-search.plugin.zsh

@ -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…
Cancel
Save