zshrc: don't highlight unused stuff

This commit is contained in:
surtur 2023-08-18 17:21:59 +02:00
parent ef4f646ab6
commit 73d7c50c2e
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

9
.zshrc
View File

@ -20,6 +20,15 @@
eval "$(sheldon source)"
# disable unneeded fast-syntax-highlighting modules.
FAST_HIGHLIGHT[chroma-svn]=0
FAST_HIGHLIGHT[chroma-cvs]=0
FAST_HIGHLIGHT[chroma-aws]=0
FAST_HIGHLIGHT[chroma-yard]=0
FAST_HIGHLIGHT[chroma-cabal]=0
FAST_HIGHLIGHT[chroma-exercism]=0
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"