diff options
Diffstat (limited to '.zpreztorc')
-rw-r--r-- | .zpreztorc | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -110,12 +110,12 @@ zstyle ':prezto:module:prompt' theme 'steeef' # Set syntax highlighters. # By default main, brackets, and cursor are enabled. -# zstyle ':prezto:module:syntax-highlighting' highlighters \ -# 'main' \ -# 'brackets' \ -# 'pattern' \ -# 'cursor' \ -# 'root' +zstyle ':prezto:module:syntax-highlighting' highlighters \ + 'main' \ + 'brackets' \ + 'pattern' \ + 'cursor' \ + 'root' # # Terminal |