diff options
author | Jack Brown <jackbrown@users.noreply.github.com> | 2019-07-31 17:45:54 +1000 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-07-31 09:45:54 +0200 |
commit | 6d2221e697ea4a2445202b1c32283610f84585ef (patch) | |
tree | 9057987aa864ecec7a174017b342d64660d6c0b6 /plugins/frontend-search/README.md | |
parent | 59c1ec80aa9b018db34078e69a27e57aea5ad761 (diff) | |
download | zsh-6d2221e697ea4a2445202b1c32283610f84585ef.tar.gz zsh-6d2221e697ea4a2445202b1c32283610f84585ef.tar.bz2 zsh-6d2221e697ea4a2445202b1c32283610f84585ef.zip |
frontend-search: add duckduckgo as an option for fallback search (#7973)
Diffstat (limited to 'plugins/frontend-search/README.md')
-rw-r--r-- | plugins/frontend-search/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/frontend-search/README.md b/plugins/frontend-search/README.md index bf76902fd..ddcb3d72b 100644 --- a/plugins/frontend-search/README.md +++ b/plugins/frontend-search/README.md @@ -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)** |