mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
Fix yahoo search URL in web-search plugin
This commit is contained in:
@@ -8,7 +8,7 @@ function web_search() {
|
||||
urls=(
|
||||
google "https://www.google.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="
|
||||
yandex "http://yandex.ru/yandsearch?text="
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user