Commit 84c855441eabd0a0194aaeec94b8433ccfeb584f
1 parent
9948f3ed03
Half-fix #26
Showing 1 changed file with 18 additions and 0 deletions Side-by-side Diff
antigen.zsh
... | ... | @@ -516,3 +516,21 @@ antigen () { |
516 | 516 | } |
517 | 517 | |
518 | 518 | -antigen-env-setup |
519 | + | |
520 | +# Setup antigen's autocompletion | |
521 | +_antigen(){ | |
522 | + compadd \ | |
523 | + bundle\ | |
524 | + bundles\ | |
525 | + update\ | |
526 | + revert\ | |
527 | + list\ | |
528 | + cleanup\ | |
529 | + lib\ | |
530 | + theme\ | |
531 | + apply\ | |
532 | + help | |
533 | + | |
534 | +} | |
535 | + | |
536 | +compdef _antigen antigen |