Browse Source

Dont autocomlete some slow network paths

Kevin 6 năm trước cách đây
mục cha
commit
8c296bec42
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      zpreztorc

+ 5 - 1
zpreztorc

@@ -66,4 +66,8 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \
   'cursor' \
   'cursor' \
   'root'
   'root'
 
 
-export X_ZSH_HIGHLIGHT_DIRS_BLACKLIST=(/net)
+declare -a X_ZSH_HIGHLIGHT_DIRS_BLACKLIST
+X_ZSH_HIGHLIGHT_DIRS_BLACKLIST=(
+    "/net"
+    "/eos"
+)