mirror of https://github.com/ohmyzsh/ohmyzsh.git
Update web-search.plugin.zsh
Added X, claude ai and grok ai in search engine urls
This commit is contained in:
parent
028d653632
commit
e394698fea
|
@ -34,6 +34,9 @@ function web_search() {
|
||||||
chatgpt "https://chatgpt.com/?q="
|
chatgpt "https://chatgpt.com/?q="
|
||||||
reddit "https://www.reddit.com/search/?q="
|
reddit "https://www.reddit.com/search/?q="
|
||||||
ppai "https://www.perplexity.ai/search/new?q="
|
ppai "https://www.perplexity.ai/search/new?q="
|
||||||
|
claude "https://claude.ai/chats?q="
|
||||||
|
grok "https://grok.x.ai/search?q="
|
||||||
|
x "https://x.com/home"
|
||||||
)
|
)
|
||||||
|
|
||||||
# check whether the search engine is supported
|
# check whether the search engine is supported
|
||||||
|
|
Loading…
Reference in New Issue