mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-17 04:29:14 +02:00
added caniuse to the web_search plugin
This commit is contained in:
parent
534bf2c608
commit
dacbc1925b
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ function web_search() {
|
|||
github "https://github.com/search?q="
|
||||
baidu "https://www.baidu.com/s?wd="
|
||||
ecosia "https://www.ecosia.org/search?q="
|
||||
caniuse "http://caniuse.com/#search="
|
||||
)
|
||||
|
||||
# check whether the search engine is supported
|
||||
|
|
@ -45,6 +46,7 @@ alias yandex='web_search yandex'
|
|||
alias github='web_search github'
|
||||
alias baidu='web_search baidu'
|
||||
alias ecosia='web_search ecosia'
|
||||
alias caniuse='web_search caniuse'
|
||||
|
||||
#add your own !bang searches here
|
||||
alias wiki='web_search duckduckgo \!w'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue