[zlogin] zcompare functions in custom/functions/*

This commit is contained in:
Matt Hamilton 2016-02-08 22:16:19 -05:00
parent 0b4d0c1fff
commit 0fdfdef502
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
zcompare ${zim_mods}/completion/init.zsh
# zcompile all .zsh files in the custom module
for file in ${zim_mods}/custom/**/*.zsh; do
for file in ${zim_mods}/custom/**/^(README.md|*.zwc)(.); do
zcompare ${file}
done