0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

changed duck to ddg for alias

This commit is contained in:
stibinator 2013-08-14 14:04:06 +10:00
parent 0456664463
commit b9474c411b

View file

@ -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'