zsh-users / zsh-history-substring-search

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

docs: update zsh plugin activation #128

Closed dflourusso closed 10 months ago

dflourusso commented 2 years ago

Here is working only without the zsh- prefix

fdelavier commented 1 year ago

Calling zsh-history-substring-search works fine for me. Did you apply step 1 ?

git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search

When you call plugin history-substring-search (without "zsh-"), then you use the standard (embedded) oh-my-zsh plugin hosted on the OMZ repo : https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/history-substring-search

~/.oh-my-zsh/plugins/history-substring-search => embedded oh-my-zsh plugin

~/.oh-my-zsh/custom/plugins/zsh-history-substring-search => from official repo https://github.com/zsh-users/zsh-history-substring-search

Koston-0xDEADBEEF commented 10 months ago

Closing on account of long inactivity by submitter.