Respect disabling of colours in history-substring-search plugin.
This commit is contained in:
parent
58f151e283
commit
f36e219321
1 changed files with 4 additions and 0 deletions
4
custom/history-substring-search.zsh
Normal file
4
custom/history-substring-search.zsh
Normal file
|
@ -0,0 +1,4 @@
|
|||
if [[ "$DISABLE_COLOR" == "true" ]]; then
|
||||
F_ordinary_highlight="bg=none,fg=none"
|
||||
F_out_of_matches_highlight="bg=none,fg=none"
|
||||
fi
|
Loading…
Add table
Reference in a new issue