From 6dadef70935df047e925b383e7fdbe90d6fe3b4f Mon Sep 17 00:00:00 2001 From: Mat Schaffer Date: Wed, 4 Jan 2017 22:38:11 +0900 Subject: [PATCH] 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. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c28c6ac..8dfbd13 100644 --- a/readme.md +++ b/readme.md @@ -178,10 +178,10 @@ antibody bundle sindresorhus/pure ### [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 -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 ```