From 452d4f52d3c7c9bccce77f94463fe64eb949a02c Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Fri, 8 Jun 2012 19:03:27 +0530 Subject: [PATCH] bundle-apply is required again. The reasoning behing bundle-apply not being required is that bundle-install is run everytime the plugin requirements change. But now, without a bundle-install, bundle-apply finds its place. --- antigen.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/antigen.zsh b/antigen.zsh index af07a42..c1724ea 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -194,7 +194,6 @@ bundle-theme () { bundle-apply () { # Initialize completion. - # TODO: Doesn't look like this is really necessary. Need to investigate. compinit -i } -- 2.0.0