diff options
author | David Runge <david.runge@frqrec.com> | 2014-11-28 14:30:44 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-11-28 14:30:44 +0100 |
commit | a9865c097b98586fe1408af0796923dfc9f89810 (patch) | |
tree | a32080293743a47248031fa9fdfbb37c75c29f6d /.zpreztorc | |
parent | 4abe1d8c148f5ceef845c2bf7e43b6a4f7c65641 (diff) | |
download | dotfiles-a9865c097b98586fe1408af0796923dfc9f89810.tar.gz dotfiles-a9865c097b98586fe1408af0796923dfc9f89810.tar.bz2 dotfiles-a9865c097b98586fe1408af0796923dfc9f89810.tar.xz dotfiles-a9865c097b98586fe1408af0796923dfc9f89810.zip |
.zpreztorc: Adding highlighting modes.
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 |