remove highlighters to fix beep [fixes #199]

This commit is contained in:
Kyle West
2012-11-06 13:06:55 -05:00
committed by Yan Pritzker
parent 5c003dc7d4
commit ba301d06a5
2 changed files with 9 additions and 11 deletions

View File

@@ -1,2 +0,0 @@
# bells suck
setopt nobeep

View File

@@ -32,14 +32,14 @@ zstyle ':prezto:load' pmodule \
'spectrum' \ 'spectrum' \
'utility' \ 'utility' \
'completion' \ 'completion' \
'prompt' \
'archive' \ 'archive' \
'fasd' \ 'fasd' \
'git' \ 'git' \
'osx' \
'ruby' \
'syntax-highlighting' \ 'syntax-highlighting' \
'history-substring-search' \ 'history-substring-search' \
'osx' \ 'prompt'
'ruby'
# #
# Editor # Editor
@@ -111,12 +111,12 @@ zstyle ':prezto:module:ssh-agent' forwarding 'yes'
# Set syntax highlighters. # Set syntax highlighters.
# By default main, brackets, and cursor are enabled. # By default main, brackets, and cursor are enabled.
zstyle ':prezto:module:syntax-highlighting' highlighters \ # zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \ # 'main' \
'brackets' \ # 'brackets' \
'pattern' \ # 'pattern' \
'cursor' \ # 'cursor' \
'root' # 'root'
# #
# Terminal # Terminal