mirror of
https://github.com/zdharma-continuum/fast-syntax-highlighting.git
synced 2026-09-10 07:16:18 -04:00
Suppress exit code when nearcolor is not available
This commit is contained in:
parent
9a5a4a5199
commit
c63603f1e2
|
|
@ -381,4 +381,4 @@ if [[ $(uname -a) = (#i)*darwin* ]] {
|
|||
FAST_HIGHLIGHT[chroma-man]=
|
||||
}
|
||||
|
||||
[[ $COLORTERM == (24bit|truecolor) || ${terminfo[colors]} -eq 16777216 ]] || zmodload zsh/nearcolor &>/dev/null
|
||||
[[ $COLORTERM == (24bit|truecolor) || ${terminfo[colors]} -eq 16777216 ]] || zmodload zsh/nearcolor &>/dev/null || :
|
||||
|
|
|
|||
Loading…
Reference in a new issue