1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

frontend-search: add duckduckgo as an option for fallback search (#7973)

This commit is contained in:
Jack Brown
2019-07-31 17:45:54 +10:00
committed by Marc Cornellà
parent 59c1ec80aa
commit 6d2221e697
2 changed files with 25 additions and 10 deletions

View File

@@ -62,6 +62,10 @@ Available search contexts are:
If you want to have another context, open an Issue and tell us!
## Fallback search behaviour
The plugin will use Google as a fallback if the docs site for a search context does not have a search function. You can set the fallback search engine to DuckDuckGo by setting `FRONTEND_SEARCH_FALLBACK='duckduckgo'` in your `~/.zshrc` file before Oh My Zsh is sourced.
## Author
**Wilson Mendes (willmendesneto)**