Silence nohup output in web-search plugin

master
Marc Cornellà 11 years ago
parent 80ba54a94f
commit adaea31ca0
  1. 2
      plugins/web-search/web-search.plugin.zsh

@ -39,7 +39,7 @@ function web_search() {
url="${(j://:)${(s:/:)urls[$1]}[1,2]}"
fi
nohup $open_cmd "$url" >/dev/null 2&>1
nohup $open_cmd "$url" &>/dev/null
}

Loading…
Cancel
Save