diff --git a/README.mkd b/README.mkd index e42138a..4d41bf8 100644 --- a/README.mkd +++ b/README.mkd @@ -139,6 +139,37 @@ from your shell environment. This allows you to install plugins on the fly and try them out. Of course if you want a bundle to be available every time you open a shell, put it in your `.zshrc`. +## antigen-bundles + +If you have a fair number of bundles, using the `antigen-bundle` command can +look cumbersome. You can use the `antigen-bundles` command to *bulk* define +bundles instead of individual calls to `antigen-bundle`. + +Usage is pretty straightforward. Just pipe the bundle specifications, just as +you would give to the `antigen-bundle` command, one per line, into the +`antigen-bundles` command. The easiest way to do this, is using the heredoc +syntax. + + antigen-bundles <