Skip to content

Commit

Permalink
Ignore zsh files in test folders
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdodge committed Nov 6, 2018
1 parent c0ba0cc commit 5d2e6a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/zshrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ fi
# all of our zsh files
typeset -U config_files
config_files=($ZSH/**/*.zsh)
# Ignore anything in a tests folder
config_files=(${config_files:#*/test?/*})

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

0 comments on commit 5d2e6a0

Please sign in to comment.