Commit 4129490cefff0b97b1629d0fd3f56211368f7323
1 parent
e67f8fe660
Add --branch notes to README.
Showing 1 changed file with 8 additions and 0 deletions Side-by-side Diff
README.mkd
... | ... | @@ -196,6 +196,14 @@ from your shell environment. This allows you to install plugins on the fly and |
196 | 196 | try them out. Of course if you want a bundle to be available every time you open |
197 | 197 | a shell, put it in your `.zshrc`. |
198 | 198 | |
199 | +Other keyword-only arguments accepted: | |
200 | + | |
201 | +--branch — Specify the branch of the git repo to be used for this bundle. | |
202 | +Please note that if you specify two plugins to be loaded from the same git repo, | |
203 | +but different branches, then two separate clones of this repo will be | |
204 | +maintained. This is a small implementation detail and shouldn't influence you in | |
205 | +any way. | |
206 | + | |
199 | 207 | ### antigen-bundles |
200 | 208 | |
201 | 209 | If you have a fair number of bundles, using the `antigen-bundle` command can |