Browse Source

Add a missing backslash

master
Sorin Ionescu 12 years ago
parent
commit
fb4ffd9883
  1. 2
      runcoms/zpreztorc

2
runcoms/zpreztorc

@ -97,7 +97,7 @@ zstyle ':prezto:module:prompt' theme 'sorin' @@ -97,7 +97,7 @@ zstyle ':prezto:module:prompt' theme 'sorin'
# Set syntax highlighters.
# By default main, brackets, and cursor are enabled.
# zstyle ':prezto:module:syntax-highlighting' highlighters
# zstyle ':prezto:module:syntax-highlighting' highlighters \
# 'main' \
# 'brackets' \
# 'pattern' \

Loading…
Cancel
Save