From 0fdfdef502aebb618da9db4ce4e2d03f0ac824be Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Mon, 8 Feb 2016 22:16:19 -0500 Subject: [PATCH] [zlogin] zcompare functions in custom/functions/* --- templates/zlogin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zlogin b/templates/zlogin index cd17dcc..959657d 100644 --- a/templates/zlogin +++ b/templates/zlogin @@ -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