Commit fee42de18a1e28df805abbd0cf10b8b5dc26f458
1 parent
fd547d9586
Add a small antigen-help command.
Showing 1 changed file with 8 additions and 0 deletions Side-by-side Diff
antigen.zsh
... | ... | @@ -269,6 +269,14 @@ antigen-list () { |
269 | 269 | fi |
270 | 270 | } |
271 | 271 | |
272 | +antigen-help () { | |
273 | + cat <<EOF | |
274 | +Antigen is a plugin management system for zsh. It makes it easy to grab awesome | |
275 | +shell scripts and utilities, put up on github. For further details and complete | |
276 | +documentation, visit the project's page at 'http://antigen.sharats.me'. | |
277 | +EOF | |
278 | +} | |
279 | + | |
272 | 280 | # A syntax sugar to avoid the `-` when calling antigen commands. With this |
273 | 281 | # function, you can write `antigen-bundle` as `antigen bundle` and so on. |
274 | 282 | antigen () { |