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
"vscode:/vscode.git/clone" did not exist on "ca5bbd7526f19d5694ed54422ba99ba22e7c56c8"
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
Show whitespace changes
Inline
Side-by-side
plugins/web-search/web-search.plugin.zsh
View file @
508b80c1
...
...
@@ -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'
...
...
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