Simplify zplug instructions in readme (#267)

Setting defer:0 is not necessary since this is the default zplug value.

Order is insignificant as long as zsh-async has been loaded before the pure precmd where the async worker is initialized.
This commit is contained in:
Mat Schaffer
2017-01-04 22:38:11 +09:00
committed by Mathias Fredriksson
parent 7f27952888
commit 6dadef7093

View File

@@ -178,10 +178,10 @@ antibody bundle sindresorhus/pure
### [zplug](https://github.com/zplug/zplug) ### [zplug](https://github.com/zplug/zplug)
Update your `.zshrc` file with the following two lines (order matters): Update your `.zshrc` file with the following two lines:
```sh ```sh
zplug mafredri/zsh-async, from:github, defer:0 # Load this first zplug mafredri/zsh-async, from:github
zplug sindresorhus/pure, use:pure.zsh, from:github, as:theme zplug sindresorhus/pure, use:pure.zsh, from:github, as:theme
``` ```