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
Oh My Zsh
Commits
80ba54a9
Commit
80ba54a9
authored
Dec 27, 2014
by
Marc Cornellà
Browse files
Add Yandex support to web-search plugin
parent
80d856e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/web-search/web-search.plugin.zsh
View file @
80ba54a9
...
...
@@ -10,6 +10,7 @@ function web_search() {
bing
"https://www.bing.com/search?q="
yahoo
"https://www.yahoo.com/search?q="
duckduckgo
"https://www.duckduckgo.com/?q="
yandex
"http://yandex.ru/yandsearch?text="
)
# define the open command
...
...
@@ -46,6 +47,8 @@ alias bing='web_search bing'
alias
google
=
'web_search google'
alias
yahoo
=
'web_search yahoo'
alias
ddg
=
'web_search duckduckgo'
alias
yandex
=
'web_search yandex'
#add your own !bang searches here
alias
wiki
=
'web_search duckduckgo \!w'
alias
news
=
'web_search duckduckgo \!n'
...
...
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