Browse Source

Fix yahoo search URL in web-search plugin

Marc Cornellà 10 years ago
parent
commit
e8daf8150e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/web-search/web-search.plugin.zsh

+ 1 - 1
plugins/web-search/web-search.plugin.zsh

@@ -8,7 +8,7 @@ function web_search() {
   urls=(
   urls=(
     google      "https://www.google.com/search?q="
     google      "https://www.google.com/search?q="
     bing        "https://www.bing.com/search?q="
     bing        "https://www.bing.com/search?q="
-    yahoo       "https://www.yahoo.com/search?q="
+    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      "http://yandex.ru/yandsearch?text="
   )
   )