Commit 02d75684 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Force using https in Yandex search engine

parent e8daf815
...@@ -10,7 +10,7 @@ function web_search() { ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment