Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
fe2ccb30
Commit
fe2ccb30
authored
Dec 20, 2014
by
Robby Russell
Browse files
Merge pull request #3397 from peteches/master
Fixed output issues webith websearch plugin.
parents
c63f27a9
1d2c1e8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/web-search/web-search.plugin.zsh
View file @
fe2ccb30
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment