git-subtree-dir: repos/zsh-users/antigen git-subtree-split: 30098c1d9955b8548aa827588c0d2c9be077c6f2
Create a dummy antigen command. $ antigen-dummy () { > echo me dummy > } Check the normal way of calling it $ antigen-dummy me dummy Call with the wrapper syntax. $ antigen dummy me dummy Call with an alias $ alias a=antigen $ a dummy me dummy