Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
508b80c1
Commit
508b80c1
authored
Aug 01, 2016
by
nklmish
Committed by
Marc Cornellà
Aug 01, 2016
Browse files
support for startpage search engine in web-search plugin (#5245)
parent
61981951
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/web-search/web-search.plugin.zsh
View file @
508b80c1
...
@@ -10,6 +10,7 @@ function web_search() {
...
@@ -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'
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment