zshrc: don't highlight unused stuff
This commit is contained in:
parent
ef4f646ab6
commit
73d7c50c2e
9
.zshrc
9
.zshrc
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user