|
|
|
@ -10,6 +10,7 @@ function web_search() { |
|
|
|
bing "https://www.bing.com/search?q=" |
|
|
|
bing "https://www.bing.com/search?q=" |
|
|
|
yahoo "https://search.yahoo.com/search?p=" |
|
|
|
yahoo "https://search.yahoo.com/search?p=" |
|
|
|
duckduckgo "https://www.duckduckgo.com/?q=" |
|
|
|
duckduckgo "https://www.duckduckgo.com/?q=" |
|
|
|
|
|
|
|
startpage "https://www.startpage.com/do/search?q=" |
|
|
|
yandex "https://yandex.ru/yandsearch?text=" |
|
|
|
yandex "https://yandex.ru/yandsearch?text=" |
|
|
|
github "https://github.com/search?q=" |
|
|
|
github "https://github.com/search?q=" |
|
|
|
baidu "https://www.baidu.com/s?wd=" |
|
|
|
baidu "https://www.baidu.com/s?wd=" |
|
|
|
@ -41,6 +42,7 @@ alias bing='web_search bing' |
|
|
|
alias google='web_search google' |
|
|
|
alias google='web_search google' |
|
|
|
alias yahoo='web_search yahoo' |
|
|
|
alias yahoo='web_search yahoo' |
|
|
|
alias ddg='web_search duckduckgo' |
|
|
|
alias ddg='web_search duckduckgo' |
|
|
|
|
|
|
|
alias sp='web_search startpage' |
|
|
|
alias yandex='web_search yandex' |
|
|
|
alias yandex='web_search yandex' |
|
|
|
alias github='web_search github' |
|
|
|
alias github='web_search github' |
|
|
|
alias baidu='web_search baidu' |
|
|
|
alias baidu='web_search baidu' |
|
|
|
|