mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Force using https in Yandex search engine
This commit is contained in:
parent
e8daf8150e
commit
02d75684f3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ function web_search() {
|
||||||
bing "https://www.bing.com/search?q="
|
bing "https://www.bing.com/search?q="
|
||||||
yahoo "https://search.yahoo.com/search?p="
|
yahoo "https://search.yahoo.com/search?p="
|
||||||
duckduckgo "https://www.duckduckgo.com/?q="
|
duckduckgo "https://www.duckduckgo.com/?q="
|
||||||
yandex "http://yandex.ru/yandsearch?text="
|
yandex "https://yandex.ru/yandsearch?text="
|
||||||
)
|
)
|
||||||
|
|
||||||
# define the open command
|
# define the open command
|
||||||
|
|
Loading…
Reference in a new issue