From 0ed2fa04f42bb67afb05d4e0dbddabb7d0e6e5a5 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Fri, 27 May 2011 12:48:53 -0700 Subject: [PATCH] only load zsh/parameter module if not already so --- history-substring-search.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history-substring-search.zsh b/history-substring-search.zsh index 07dd94d..2aec07a 100644 --- a/history-substring-search.zsh +++ b/history-substring-search.zsh @@ -45,7 +45,7 @@ # vim: ft=zsh sw=2 ts=2 et setopt extendedglob -zmodload -i zsh/parameter +zmodload -F zsh/parameter HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=magenta,fg=white,bold' HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=white,bold'