From 7d6677478c15c6516179a2b0bb17a4b3fe0a2aee Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 8 Sep 2008 18:58:20 +0200 Subject: post-update hook: Invoke zcompile --- hooks/post-update | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hooks') diff --git a/hooks/post-update b/hooks/post-update index 8fb46e2..b4f977d 100644 --- a/hooks/post-update +++ b/hooks/post-update @@ -19,3 +19,7 @@ for inc in $PDIR/*/provides/zsh/functions(N); { for snippet in $PDIR/*/provides/zsh/*(.N); { echo "source $snippet" >> $PDIR/zsh/provided/includes } + +cd $PDIR/zsh/etc +zcompile functions.zwc functions/* +zcompile completions.zwc completions/* -- cgit v1.2.3