diff --git a/antigen.zsh b/antigen.zsh index 1c0e0cc..012d1fb 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -516,3 +516,21 @@ antigen () { } -antigen-env-setup + +# Setup antigen's autocompletion +_antigen(){ + compadd \ + bundle\ + bundles\ + update\ + revert\ + list\ + cleanup\ + lib\ + theme\ + apply\ + help + +} + +compdef _antigen antigen