diff options
| author | zghember <zghpku@gmail.com> | 2015-01-03 14:41:34 +0800 |
|---|---|---|
| committer | zghember <zghpku@gmail.com> | 2015-01-03 14:41:34 +0800 |
| commit | 8105d4acc960229e8c7fa9dc6936d8ce881c6b8d (patch) | |
| tree | 3c3ead3f01aa7cfc645155a3c992f046ec328155 /plugins/web-search | |
| parent | 6fd0b73e9aba568640005798f737cd73ad0bfdf4 (diff) | |
| parent | 175b4a807383530aa75145b5b6fdedb3ce1f11f2 (diff) | |
| download | zsh-8105d4acc960229e8c7fa9dc6936d8ce881c6b8d.tar.gz zsh-8105d4acc960229e8c7fa9dc6936d8ce881c6b8d.tar.bz2 zsh-8105d4acc960229e8c7fa9dc6936d8ce881c6b8d.zip | |
Merge commit '175b4a807383530aa75145b5b6fdedb3ce1f11f2'
Diffstat (limited to 'plugins/web-search')
| -rw-r--r-- | plugins/web-search/web-search.plugin.zsh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/web-search/web-search.plugin.zsh b/plugins/web-search/web-search.plugin.zsh index 371e3a303..28559deb9 100644 --- a/plugins/web-search/web-search.plugin.zsh +++ b/plugins/web-search/web-search.plugin.zsh @@ -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 } |
