Commit adaea31c authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Silence nohup output in web-search plugin

parent 80ba54a9
......@@ -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
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment