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 /plugins/web-search/web-search.plugin.zsh | |
| 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)
Diffstat (limited to 'plugins/web-search/web-search.plugin.zsh')
| -rw-r--r-- | plugins/web-search/web-search.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
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=" ) |
