1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00

fix history-sustring-search typo

This commit is contained in:
Matt Hamilton 2015-12-17 12:28:27 -05:00
parent be24df6e8d
commit 3633ffa7d1

View file

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