summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2015-01-04 01:40:25 +0100
committerMarc Cornellà <marc.cornella@live.com>2015-02-10 19:32:52 +0100
commit02d75684f3ddd2dcd181c9265545d5639d09bd5a (patch)
tree523ac68986015339904d2d5a0812e5f3b8d530eb
parente8daf8150e923bfd30769e9a55c15daec523996b (diff)
downloadzsh-02d75684f3ddd2dcd181c9265545d5639d09bd5a.tar.gz
zsh-02d75684f3ddd2dcd181c9265545d5639d09bd5a.tar.bz2
zsh-02d75684f3ddd2dcd181c9265545d5639d09bd5a.zip
Force using https in Yandex search engine
-rw-r--r--plugins/web-search/web-search.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/web-search/web-search.plugin.zsh b/plugins/web-search/web-search.plugin.zsh
index b0a4a2926..572427b0b 100644
--- a/plugins/web-search/web-search.plugin.zsh
+++ b/plugins/web-search/web-search.plugin.zsh
@@ -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