fix history-sustring-search typo

This commit is contained in:
Matt Hamilton 2015-12-17 12:28:27 -05:00
parent be24df6e8d
commit 3633ffa7d1
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ local zcompare() {
#
# zsh-histery-substring-search zcompile
#
if [[ -s ${zim}/modules/zsh-history-substring-search/external/zsh-history-substring-search.zsh ]]; then
zcompare ${zim}/modules/zsh-history-substring-search/external/zsh-history-substring-search.zsh
if [[ -s ${zim}/modules/history-substring-search/external/zsh-history-substring-search.zsh ]]; then
zcompare ${zim}/modules/history-substring-search/external/zsh-history-substring-search.zsh
fi
}