Silence nohup output in web-search plugin

This commit is contained in:
Marc Cornellà 2014-12-27 02:30:16 +01:00
parent 80ba54a94f
commit adaea31ca0

View File

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