diff --git a/antigen.zsh b/antigen.zsh index 0e60915..9897543 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -212,6 +212,7 @@ bundle-theme () { bundle-apply () { # Initialize completion. + # TODO: Doesn't look like this is really necessary. Need to investigate. compinit -i }