Add Yandex support to web-search plugin
This commit is contained in:
parent
80d856e165
commit
80ba54a94f
@ -10,6 +10,7 @@ function web_search() {
|
|||||||
bing "https://www.bing.com/search?q="
|
bing "https://www.bing.com/search?q="
|
||||||
yahoo "https://www.yahoo.com/search?q="
|
yahoo "https://www.yahoo.com/search?q="
|
||||||
duckduckgo "https://www.duckduckgo.com/?q="
|
duckduckgo "https://www.duckduckgo.com/?q="
|
||||||
|
yandex "http://yandex.ru/yandsearch?text="
|
||||||
)
|
)
|
||||||
|
|
||||||
# define the open command
|
# define the open command
|
||||||
@ -46,6 +47,8 @@ alias bing='web_search bing'
|
|||||||
alias google='web_search google'
|
alias google='web_search google'
|
||||||
alias yahoo='web_search yahoo'
|
alias yahoo='web_search yahoo'
|
||||||
alias ddg='web_search duckduckgo'
|
alias ddg='web_search duckduckgo'
|
||||||
|
alias yandex='web_search yandex'
|
||||||
|
|
||||||
#add your own !bang searches here
|
#add your own !bang searches here
|
||||||
alias wiki='web_search duckduckgo \!w'
|
alias wiki='web_search duckduckgo \!w'
|
||||||
alias news='web_search duckduckgo \!n'
|
alias news='web_search duckduckgo \!n'
|
||||||
|
Loading…
Reference in New Issue
Block a user