mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
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
Add a link
Reference in a new issue