From 3633ffa7d1066ad32c45502f69bc494200994f75 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Thu, 17 Dec 2015 12:28:27 -0500 Subject: [PATCH] fix history-sustring-search typo --- templates/zlogin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zlogin b/templates/zlogin index 8025566..c6977fc 100644 --- a/templates/zlogin +++ b/templates/zlogin @@ -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 }