Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stderr redirection in web-search plugin #3441

Closed
ibnHatab opened this issue Dec 26, 2014 · 1 comment · Fixed by #3443
Closed

stderr redirection in web-search plugin #3441

ibnHatab opened this issue Dec 26, 2014 · 1 comment · Fixed by #3443

Comments

@ibnHatab
Copy link

Issue: web_search function creating file 1 each time it called. Incorrect redirection of stderr.
found on:175b4a807383530aa75145b5b6fdedb3ce1f11f2
file: .oh-my-zsh/plugins/web-search/web-search.plugin.zsh
line 40:
-- nohup $open_cmd "$url" >/dev/null 2&>1
++ nohup $open_cmd "$url" >/dev/null 2>&1

@mcornella
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants