mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
changed duck to ddg for alias
This commit is contained in:
parent
0456664463
commit
b9474c411b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ function web_search() {
|
|||
alias bing='web_search bing'
|
||||
alias google='web_search google'
|
||||
alias yahoo='web_search yahoo'
|
||||
alias duck='web_search duckduckgo'
|
||||
alias ddg='web_search duckduckgo'
|
||||
#add your own !bang searches here
|
||||
alias wiki='web_search duckduckgo \!w'
|
||||
alias news='web_search duckduckgo \!n'
|
||||
|
|
Loading…
Reference in a new issue