Skip to content

Commit 5d2e6a0

Browse files
committed
Ignore zsh files in test folders
1 parent c0ba0cc commit 5d2e6a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zsh/zshrc.symlink

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ fi
1515
# all of our zsh files
1616
typeset -U config_files
1717
config_files=($ZSH/**/*.zsh)
18+
# Ignore anything in a tests folder
19+
config_files=(${config_files:#*/test?/*})
1820

1921
# load the path files
2022
for file in ${(M)config_files:#*/path.zsh}

0 commit comments

Comments
 (0)