add "zsh-" prefix to history-substring-search

@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.
This commit is contained in:
Colin Hebert 2011-07-23 19:15:07 +01:00 committed by Suraj N. Kurapati
parent 15f63dea7f
commit dfc7ac9d06
3 changed files with 7 additions and 7 deletions

6
README
View file

@ -1,7 +1,7 @@
To activate this script, load it into an interactive ZSH session:
% source history-substring-search.zsh
% source zsh-history-substring-search.zsh
See the "history-substring-search.zsh" file for more information:
See the "zsh-history-substring-search.zsh" file for more information:
% sed -n '2,/^$/s/^#//p' history-substring-search.zsh | more
% sed -n '2,/^$/s/^#//p' zsh-history-substring-search.zsh | more