Add zplug install instructions (#261)

This commit is contained in:
Eli Uriegas
2016-12-19 04:14:40 -08:00
committed by Sindre Sorhus
parent 71f9326028
commit 748bf06f40

View File

@@ -176,6 +176,15 @@ $ antibody bundle mafredri/zsh-async
$ antibody bundle sindresorhus/pure $ antibody bundle sindresorhus/pure
``` ```
### [zplug](https://github.com/zplug/zplug)
Update your `.zshrc` file with the following lines (order matters):
```console
$ zplug mafredri/zsh-async, from:github, defer:0 # Load this first
$ zplug sindresorhus/pure, use:pure.zsh, from:github, as:theme
```
## FAQ ## FAQ
### My preprompt is missing when I clear the screen with Ctrl+L ### My preprompt is missing when I clear the screen with Ctrl+L