diff options
Diffstat (limited to 'hooks/post-update')
-rw-r--r-- | hooks/post-update | 4 |
1 files changed, 4 insertions, 0 deletions
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/* |