mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-07 07:50:40 +01:00
Silence nohup output in web-search plugin
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user