From fb4ffd98834a7fd63fffd44e0d7c54c60e0d47cf Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sat, 15 Sep 2012 10:16:33 -0400 Subject: [PATCH] Add a missing backslash --- runcoms/zpreztorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index f68e2d6..66cddb5 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -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' \