1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00

Fix yahoo search URL in web-search plugin

This commit is contained in:
Marc Cornellà 2014-12-27 03:15:56 +01:00
parent c45885093f
commit e8daf8150e

View file

@ -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="
) )