|
|
|
@ -43,7 +43,9 @@ zstyle ':prezto:load' pmodule \
|
|
|
|
|
'fasd' \
|
|
|
|
|
'git' \
|
|
|
|
|
'ruby' \
|
|
|
|
|
'tmux'
|
|
|
|
|
'tmux' \
|
|
|
|
|
'syntax-highlighting' \
|
|
|
|
|
'history-substring-search'
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Autosuggestions
|
|
|
|
@ -192,13 +194,13 @@ zstyle ':prezto:module:ruby:chruby' auto-switch 'yes'
|
|
|
|
|
|
|
|
|
|
# Set syntax highlighters.
|
|
|
|
|
# By default, only the main highlighter is enabled.
|
|
|
|
|
# zstyle ':prezto:module:syntax-highlighting' highlighters \
|
|
|
|
|
# 'main' \
|
|
|
|
|
# 'brackets' \
|
|
|
|
|
# 'pattern' \
|
|
|
|
|
# 'line' \
|
|
|
|
|
# 'cursor' \
|
|
|
|
|
# 'root'
|
|
|
|
|
zstyle ':prezto:module:syntax-highlighting' highlighters \
|
|
|
|
|
'main' \
|
|
|
|
|
'brackets' \
|
|
|
|
|
'pattern' \
|
|
|
|
|
'line' \
|
|
|
|
|
'cursor' \
|
|
|
|
|
'root'
|
|
|
|
|
#
|
|
|
|
|
# Set syntax highlighting styles.
|
|
|
|
|
# zstyle ':prezto:module:syntax-highlighting' styles \
|
|
|
|
|