mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
Force using https in Yandex search engine
This commit is contained in:
@@ -10,7 +10,7 @@ function web_search() {
|
||||
bing "https://www.bing.com/search?q="
|
||||
yahoo "https://search.yahoo.com/search?p="
|
||||
duckduckgo "https://www.duckduckgo.com/?q="
|
||||
yandex "http://yandex.ru/yandsearch?text="
|
||||
yandex "https://yandex.ru/yandsearch?text="
|
||||
)
|
||||
|
||||
# define the open command
|
||||
|
||||
Reference in New Issue
Block a user