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:
parent
e9a1018c25
commit
ab99776d4e
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ zprompt_theme='steeef'
|
||||||
#
|
#
|
||||||
|
|
||||||
# this determines what highlighters will be used with the completion module
|
# 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)
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue