Selaa lähdekoodia

Dont autocomlete some slow network paths

Kevin 6 vuotta sitten
vanhempi
commit
8c296bec42
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      zpreztorc

+ 5 - 1
zpreztorc

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