diff options
author | Marc Cornellà <marc.cornella@live.com> | 2015-01-04 01:40:25 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2015-02-10 19:32:52 +0100 |
commit | 02d75684f3ddd2dcd181c9265545d5639d09bd5a (patch) | |
tree | 523ac68986015339904d2d5a0812e5f3b8d530eb /plugins/web-search/web-search.plugin.zsh | |
parent | e8daf8150e923bfd30769e9a55c15daec523996b (diff) | |
download | zsh-02d75684f3ddd2dcd181c9265545d5639d09bd5a.tar.gz zsh-02d75684f3ddd2dcd181c9265545d5639d09bd5a.tar.bz2 zsh-02d75684f3ddd2dcd181c9265545d5639d09bd5a.zip |
Force using https in Yandex search engine
Diffstat (limited to 'plugins/web-search/web-search.plugin.zsh')
-rw-r--r-- | plugins/web-search/web-search.plugin.zsh | 2 |
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 |