From a91386310e3f1a82be137bb3d78a82800c5ec0d7 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Fri, 8 Jun 2012 19:05:17 +0530 Subject: [PATCH] Add a todo note on bundle-apply. We can have a performance improvement at shell startup by loading completions in bundle-apply, only if any of the repositories changed. --- antigen.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/antigen.zsh b/antigen.zsh index c1724ea..e6d6b42 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -194,6 +194,8 @@ bundle-theme () { bundle-apply () { # Initialize completion. + # TODO: Only load completions if there are any changes to the bundle + # repositories. compinit -i } -- 2.0.0