diff options
author | Sibs <68712272+Bryan-netizen@users.noreply.github.com> | 2022-10-14 20:07:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 19:07:26 +0200 |
commit | 52e848ce8f8d7370a202e0bee07ce2c32858932e (patch) | |
tree | a9f0716d41ddf6a3ab80a741d95848f895a394a6 /plugins/web-search/README.md | |
parent | b9be3a43b4da579299b4426b1ba9121f746e2555 (diff) | |
download | zsh-52e848ce8f8d7370a202e0bee07ce2c32858932e.tar.gz zsh-52e848ce8f8d7370a202e0bee07ce2c32858932e.tar.bz2 zsh-52e848ce8f8d7370a202e0bee07ce2c32858932e.zip |
feat(web-search): add support for Brave search engine (#11106)
Diffstat (limited to 'plugins/web-search/README.md')
-rw-r--r-- | plugins/web-search/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/web-search/README.md b/plugins/web-search/README.md index da90f90a0..54232a910 100644 --- a/plugins/web-search/README.md +++ b/plugins/web-search/README.md @@ -25,9 +25,10 @@ $ google oh-my-zsh Available search contexts are: | Context | URL | -|-----------------------|------------------------------------------| +| --------------------- | ---------------------------------------- | | `bing` | `https://www.bing.com/search?q=` | | `google` | `https://www.google.com/search?q=` | +| `brs` or `brave` | `https://search.brave.com/search?q=` | | `yahoo` | `https://search.yahoo.com/search?p=` | | `ddg` or `duckduckgo` | `https://www.duckduckgo.com/?q=` | | `sp` or `startpage` | `https://www.startpage.com/do/search?q=` | |