diff --git a/zsh/.zpreztorc b/zsh/.zpreztorc index 8f5a719..0be4f87 100644 --- a/zsh/.zpreztorc +++ b/zsh/.zpreztorc @@ -42,11 +42,14 @@ zstyle ':prezto:load' pmodule \ 'prompt' +# +# Syntax Highlighting +# +# zstyle ':prezto:module:syntax-highlighting' highlighters \ 'main' \ 'brackets' \ 'pattern' \ - 'cursor' \ 'root' zstyle ':prezto:module:syntax-highlighting' color 'yes' @@ -129,25 +132,6 @@ zstyle ':prezto:module:prompt' theme 'balkian' zstyle ':prezto:module:ssh:load' identities 'id_rsa' # 'id_rsa2' 'id_github' -# -# Syntax Highlighting -# - -# Set syntax highlighters. -# By default, only the main highlighter is enabled. -zstyle ':prezto:module:syntax-highlighting' highlighters \ - 'main' \ - 'brackets' \ - 'pattern' \ - 'cursor' \ - 'root' -# -# Set syntax highlighting styles. -# zstyle ':prezto:module:syntax-highlighting' styles \ -# 'builtin' 'bg=blue' \ -# 'command' 'bg=blue' \ -# 'function' 'bg=blue' - # # Terminal #