File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Configuration
115115------------------------------------------------------------------------------
116116
117117This script defines the following global variables. You may override their
118- default values only after having loaded this script into your ZSH session .
118+ default values.
119119
120120* ` HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND ` is a global variable that defines
121121 how the query should be highlighted inside a matching command. Its default
Original file line number Diff line number Diff line change 4343# declare global configuration variables
4444# -----------------------------------------------------------------------------
4545
46- typeset -g HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND=' bg=magenta,fg=white,bold'
47- typeset -g HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND=' bg=red,fg=white,bold'
48- typeset -g HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS=' i'
49- typeset -g HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=' '
50- typeset -g HISTORY_SUBSTRING_SEARCH_FUZZY=' '
51- typeset -g HISTORY_SUBSTRING_SEARCH_PREFIX=' '
46+ : ${ HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND=' bg=magenta,fg=white,bold' }
47+ : ${ HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND=' bg=red,fg=white,bold' }
48+ : ${ HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS=' i' }
49+ : ${ HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=' ' }
50+ : ${ HISTORY_SUBSTRING_SEARCH_FUZZY=' ' }
51+ : ${ HISTORY_SUBSTRING_SEARCH_PREFIX=' ' }
5252
5353# -----------------------------------------------------------------------------
5454# declare internal global variables
You can’t perform that action at this time.
0 commit comments