We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1605d82 + 9caa215 commit 192de6bCopy full SHA for 192de6b
plugins/web-search/web-search.plugin.zsh
@@ -12,6 +12,7 @@ function web_search() {
12
duckduckgo "https://www.duckduckgo.com/?q="
13
yandex "https://yandex.ru/yandsearch?text="
14
github "https://github.com/search?q="
15
+ baidu "https://www.baidu.com/s?wd="
16
)
17
18
# check whether the search engine is supported
@@ -41,6 +42,7 @@ alias yahoo='web_search yahoo'
41
42
alias ddg='web_search duckduckgo'
43
alias yandex='web_search yandex'
44
alias github='web_search github'
45
+alias baidu='web_search baidu'
46
47
#add your own !bang searches here
48
alias wiki='web_search duckduckgo \!w'
0 commit comments