1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-09-19 17:16:16 +08:00

fix(web-search): rename claude alias (#13229)

Rename the 'claude' alias to 'claudeai' in the web-search plugin to
prevent conflicts with the Claude CLI tool. This ensures users can access
both the web search functionality and the Claude CLI without collision.
This commit is contained in:
Malav Bhavsar 2025-07-25 00:53:51 -07:00 committed by GitHub
parent 13d4176a68
commit 70f0e5285f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,7 +92,7 @@ alias packagist='web_search packagist'
alias gopkg='web_search gopkg'
alias chatgpt='web_search chatgpt'
alias grok='web_search grok'
alias claude='web_search claude'
alias claudeai='web_search claudeai'
alias reddit='web_search reddit'
alias ppai='web_search ppai'