Make sure the ZSH_HIGHLIGHT_STYLES array is exported

This commit is contained in:
Julien Nicoulaud 2011-01-01 22:17:56 +01:00
parent f713934f6c
commit 6db0692d5e

View File

@ -5,7 +5,7 @@
# vim: ft=zsh sw=2 ts=2 et
# Token types styles.
typeset -A ZSH_HIGHLIGHT_STYLES
typeset -gA ZSH_HIGHLIGHT_STYLES
ZSH_HIGHLIGHT_STYLES=(
default 'none'
isearch 'fg=magenta,standout'