mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
support for startpage search engine in web-search plugin (#5245)
This commit is contained in:
parent
61981951b1
commit
508b80c1e1
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +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="
|
||||
startpage "https://www.startpage.com/do/search?q="
|
||||
yandex "https://yandex.ru/yandsearch?text="
|
||||
github "https://github.com/search?q="
|
||||
baidu "https://www.baidu.com/s?wd="
|
||||
|
@ -41,6 +42,7 @@ alias bing='web_search bing'
|
|||
alias google='web_search google'
|
||||
alias yahoo='web_search yahoo'
|
||||
alias ddg='web_search duckduckgo'
|
||||
alias sp='web_search startpage'
|
||||
alias yandex='web_search yandex'
|
||||
alias github='web_search github'
|
||||
alias baidu='web_search baidu'
|
||||
|
|
Loading…
Reference in a new issue