google -> duck duck

This commit is contained in:
Cade Scroggins
2016-06-29 17:37:52 -07:00
parent 1f9ca38719
commit 3eb9aaf84c
+2 -2
View File
@@ -28,8 +28,8 @@
], ],
// if none of the keys are matched, this is triggered // if none of the keys are matched, this is triggered
// for DuckDuckGo use: https://duckduckgo.com/?q= // for Google use: ttps://www.google.com/search?q=
defaultCommand: 'https://www.google.com/search?q=', defaultCommand: 'https://duckduckgo.com/?q=',
// the delimiter between the key and your search query // the delimiter between the key and your search query
// e.g. to search GitHub for potatoes you'd type "g:potatoes" // e.g. to search GitHub for potatoes you'd type "g:potatoes"