zsh-users / zsh-history-substring-search

🐠 ZSH port of Fish history search (up arrow)
2.61k stars 156 forks source link

.zshrc:XXX: no matches found: [plugins...] #156

Closed ip75 closed 10 months ago

ip75 commented 10 months ago

try to install plugin for Oh-my-zsh:

points 1 and 2 ok 3rd one failed


[ip:~/.oh-my-zsh/plugins]$ exec zsh                                                                                                                                                                                                                                         (master)
/home/ip/.zshrc:114: no matches found: [plugins...]
ip75 commented 10 months ago

Did you mean that [plugins...] is a list of custom pluigns?

pierrelegall commented 10 months ago

When the documentation says:

plugins=( [plugins...] zsh-history-substring-search)

You have to replace [plugins...] by the other plugins you want to use, or just remove it.

ip75 commented 10 months ago

When the documentation says:

plugins=( [plugins...] zsh-history-substring-search)

You have to replace [plugins...] by the other plugins you want to use, or just remove it.

Yes. Thanks.