Added antibody instructions

[antibody](https://github.com/getantibody/antibody) does basically the same thing as antigen, but it is faster.

Commands are similar, except for the `theme` command that doesn't even exist in antibody.
This commit is contained in:
Carlos Alexandro Becker
2016-01-13 11:30:42 -02:00
parent 264658de37
commit 3ff7d01ee5

View File

@@ -152,6 +152,15 @@ antigen bundle mafredri/zsh-async
antigen bundle sindresorhus/pure
```
### [antibody](https://github.com/getantibody/antibody)
Update your `.zshrc` file with the following two lines (order matters):
```
antibody bundle mafredri/zsh-async
antibody bundle sindresorhus/pure
```
## FAQ
### My preprompt is missing when I clear the screen with Ctrl+L