only load zsh/parameter module if not already so
This commit is contained in:
parent
e50a664321
commit
0ed2fa04f4
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
# vim: ft=zsh sw=2 ts=2 et
|
# vim: ft=zsh sw=2 ts=2 et
|
||||||
|
|
||||||
setopt extendedglob
|
setopt extendedglob
|
||||||
zmodload -i zsh/parameter
|
zmodload -F zsh/parameter
|
||||||
|
|
||||||
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=magenta,fg=white,bold'
|
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=magenta,fg=white,bold'
|
||||||
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=white,bold'
|
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=white,bold'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue