mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
update web-search to not write to nohup.out
This commit is contained in:
parent
96e4e5dd03
commit
bcd6d2a9cc
1 changed files with 1 additions and 2 deletions
|
|
@ -37,8 +37,7 @@ function web_search() {
|
|||
done
|
||||
|
||||
url="${url%?}" # remove the last '+'
|
||||
nohup $open_cmd "$url"
|
||||
rm nohup.out
|
||||
nohup $open_cmd "$url" >/dev/null 2>&1
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue