diff options
| author | Gregory Menezes <gregoryfontenele@gmail.com> | 2025-07-23 16:16:18 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-23 08:16:18 +0200 |
| commit | 13d4176a686507678ffd1b889838356f95f217e0 (patch) | |
| tree | 5f2d7323f20deb8d0fbaba3f452cad7cd2ec2afe | |
| parent | 788b5776c03996d6c88dce786f9e0879a0c3aa6e (diff) | |
| download | zsh-13d4176a686507678ffd1b889838356f95f217e0.tar.gz zsh-13d4176a686507678ffd1b889838356f95f217e0.tar.bz2 zsh-13d4176a686507678ffd1b889838356f95f217e0.zip | |
fix(web-search): rename alias to `claudeai` to avoid conflict with CLI (#13224)
| -rw-r--r-- | plugins/web-search/README.md | 2 | ||||
| -rw-r--r-- | plugins/web-search/web-search.plugin.zsh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/web-search/README.md b/plugins/web-search/README.md index 26017a533..bc017a1f1 100644 --- a/plugins/web-search/README.md +++ b/plugins/web-search/README.md @@ -52,7 +52,7 @@ Available search contexts are: | `packagist` | `https://packagist.org/?query=` | | `gopkg` | `https://pkg.go.dev/search?m=package&q=` | | `chatgpt` | `https://chatgpt.com/?q=` | -| `claude` | `https://claude.ai/new?q=` | +| `claudeai` | `https://claude.ai/new?q=` | | `grok` | `https://grok.com/?q=` | | `reddit` | `https://www.reddit.com/search/?q=` | | `ppai` | `https://www.perplexity.ai/search/new?q=` | diff --git a/plugins/web-search/web-search.plugin.zsh b/plugins/web-search/web-search.plugin.zsh index b04302ad6..14fc613bb 100644 --- a/plugins/web-search/web-search.plugin.zsh +++ b/plugins/web-search/web-search.plugin.zsh @@ -34,7 +34,7 @@ function web_search() { gopkg "https://pkg.go.dev/search?m=package&q=" chatgpt "https://chatgpt.com/?q=" grok "https://grok.com/?q=" - claude "https://claude.ai/new?q=" + claudeai "https://claude.ai/new?q=" reddit "https://www.reddit.com/search/?q=" ppai "https://www.perplexity.ai/search/new?q=" ) |
