From 3ff7d01ee584dbc02f5b07e5d12b6fa520cd52f5 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 13 Jan 2016 11:30:42 -0200 Subject: [PATCH] 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. --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index 421aae3..99c7485 100644 --- a/readme.md +++ b/readme.md @@ -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