mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-15 12:49:50 +00:00
feat(web-search): add support for Brave search engine (#11106)
This commit is contained in:
@@ -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=` |
|
||||
|
||||
Reference in New Issue
Block a user