From 84c855441eabd0a0194aaeec94b8433ccfeb584f Mon Sep 17 00:00:00 2001 From: Guilherme Espada Date: Sun, 16 Sep 2012 18:30:01 +0100 Subject: [PATCH] Half-fix #26 --- antigen.zsh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -- 2.0.0