We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ba0cc commit 5d2e6a0Copy full SHA for 5d2e6a0
zsh/zshrc.symlink
@@ -15,6 +15,8 @@ fi
15
# all of our zsh files
16
typeset -U config_files
17
config_files=($ZSH/**/*.zsh)
18
+# Ignore anything in a tests folder
19
+config_files=(${config_files:#*/test?/*})
20
21
# load the path files
22
for file in ${(M)config_files:#*/path.zsh}
0 commit comments