Enable syntax highlighting and history substring matching

main
Alpha Chen 9 years ago committed by Alpha Chen
parent 51150c82ec
commit 636694dd8e
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -43,7 +43,9 @@ zstyle ':prezto:load' pmodule \
'fasd' \
'git' \
'ruby' \
'tmux'
'tmux' \
'syntax-highlighting' \
'history-substring-search'
#
# Autosuggestions
@ -204,13 +206,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 \

Loading…
Cancel
Save