|
|
@@ -18,9 +18,9 @@ zstyle ':prezto:load' pmodule \
|
|
|
'spectrum' \
|
|
|
'utility' \
|
|
|
'completion' \
|
|
|
+ 'syntax-highlighting' \
|
|
|
'prompt' \
|
|
|
'git' \
|
|
|
- 'syntax-highlighting' \
|
|
|
'history-substring-search' \
|
|
|
'archive'
|
|
|
|
|
|
@@ -65,3 +65,5 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \
|
|
|
'pattern' \
|
|
|
'cursor' \
|
|
|
'root'
|
|
|
+
|
|
|
+export X_ZSH_HIGHLIGHT_DIRS_BLACKLIST=(/net)
|