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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user