From 8a89e99ae027a1490e5d6dc70bea30061b93a541 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 27 Mar 2016 22:11:35 -0400 Subject: [PATCH] Update zim --- .zim | 2 +- .zlogin | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.zim b/.zim index a8667fd..46fec87 160000 --- a/.zim +++ b/.zim @@ -1 +1 @@ -Subproject commit a8667fdb91efb9c61e89b7a4843618bc38dbf967 +Subproject commit 46fec87f9fa62e718be36b5863e3e933ec3186e2 diff --git a/.zlogin b/.zlogin index e1d96f2..bc79f0f 100644 --- a/.zlogin +++ b/.zlogin @@ -29,9 +29,15 @@ zcompare ${zim_mods}/pacman/init.zsh zcompare ${zim_mods}/spectrum/init.zsh zcompare ${zim_mods}/completion/init.zsh + zcompare ${zim_mods}/fasd/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 + + # zcompile all autoloaded functions + for file in ${zim_mods}/**/functions/^(*.zwc)(.); do zcompare ${file} done