only load zsh/parameter module if not already so

This commit is contained in:
Sorin Ionescu 2011-05-27 12:48:53 -07:00 committed by Suraj N. Kurapati
parent e50a664321
commit 0ed2fa04f4

View file

@ -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'