"Documentation/filesystems/vscode:/vscode.git/clone" did not exist on "fa6c8cf75a27a95b23592325af209cb0f9fb2a9c"
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() { ...@@ -39,7 +39,7 @@ function web_search() {
url="${(j://:)${(s:/:)urls[$1]}[1,2]}" url="${(j://:)${(s:/:)urls[$1]}[1,2]}"
fi 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