|
|
@ -34,6 +34,10 @@ if zstyle -t ':prezto:module:history-substring-search' case-sensitive; then
|
|
|
|
HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS="${HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS//i}"
|
|
|
|
HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS="${HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS//i}"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if zstyle -t ':prezto:module:history-substring-search' prefixed; then
|
|
|
|
|
|
|
|
HISTORY_SUBSTRING_SEARCH_PREFIXED='true'
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if ! zstyle -t ':prezto:module:history-substring-search' color; then
|
|
|
|
if ! zstyle -t ':prezto:module:history-substring-search' color; then
|
|
|
|
unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_{FOUND,NOT_FOUND}
|
|
|
|
unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_{FOUND,NOT_FOUND}
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|