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
e8daf815
Commit
e8daf815
authored
Dec 27, 2014
by
Marc Cornellà
Browse files
Fix yahoo search URL in web-search plugin
parent
c4588509
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/web-search/web-search.plugin.zsh
View file @
e8daf815
...
...
@@ -8,7 +8,7 @@ function web_search() {
urls
=(
google
"https://www.google.com/search?q="
bing
"https://www.bing.com/search?q="
yahoo
"https://
www
.yahoo.com/search?
q
="
yahoo
"https://
search
.yahoo.com/search?
p
="
duckduckgo
"https://www.duckduckgo.com/?q="
yandex
"http://yandex.ru/yandsearch?text="
)
...
...
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