@zsh-users/zsh-syntax-highlighting and @zsh-users/zsh-history-substring-search don't follow the same naming convention. This commit just rename history-substring-search.zsh and history-substring-search.plugin.zsh to zsh-history-substring-search.zsh and zsh-history-substring-search.plugin.zsh respectively.
7 lines
250 B
Text
7 lines
250 B
Text
To activate this script, load it into an interactive ZSH session:
|
|
|
|
% source zsh-history-substring-search.zsh
|
|
|
|
See the "zsh-history-substring-search.zsh" file for more information:
|
|
|
|
% sed -n '2,/^$/s/^#//p' zsh-history-substring-search.zsh | more
|