Browse Source

try to fix slow access to /net

Kevin 6 years ago
parent
commit
3d1991b65f
2 changed files with 4 additions and 2 deletions
  1. 1 1
      external/prezto
  2. 3 1
      zpreztorc

+ 1 - 1
external/prezto

@@ -1 +1 @@
-Subproject commit 282b478fd2eb6658c063d4f32b9856201e5b886c
+Subproject commit 1f4601e44c989b90dc7314b151891fa60a101251

+ 3 - 1
zpreztorc

@@ -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)