[zlogin] zcompare functions in custom/functions/*
This commit is contained in:
parent
0b4d0c1fff
commit
0fdfdef502
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
zcompare ${zim_mods}/completion/init.zsh
|
zcompare ${zim_mods}/completion/init.zsh
|
||||||
|
|
||||||
# zcompile all .zsh files in the custom module
|
# 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}
|
zcompare ${file}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue