Disable 'cursor' as default highlighter

'cursor' isn't super useful and causes problems with rxvt.

Also make note of where documentation can be found for the various
highlighters.
This commit is contained in:
Matt Hamilton 2015-12-29 04:47:25 -05:00
parent e9a1018c25
commit ab99776d4e
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ zprompt_theme='steeef'
#
# this determines what highlighters will be used with the completion module
zhighlighters=(main brackets cursor)
# documentation of the highlighters can be found here:
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
zhighlighters=(main brackets)
#