From d3aeb661bd4f536f4fc9db6b927bdc5124010c4f Mon Sep 17 00:00:00 2001 From: Yuan Liu Date: Fri, 28 Jul 2017 08:56:15 -0700 Subject: [PATCH] Fix instructions for zplug --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20caaeb..64f7f47 100644 --- a/README.md +++ b/README.md @@ -74,12 +74,11 @@ zgen load caiogondim/bullet-train-oh-my-zsh-theme bullet-train ### For Zplug users If you're using [zplug](https://github.com/zplug/zplug), add the following line -to your **~/.zshrc** where you're adding your other zsh plugins **after** the -line `zplug "robbyrussell/oh-my-zsh"`. +to your **~/.zshrc** where you're adding your other zsh plugins. ```bash setopt prompt_subst # Make sure prompt is able to be generated properly. -zplug "adambiggs/zsh-theme", use:adambiggs.zsh-theme +zplug "caiogondim/bullet-train.zsh", use:bullet-train.zsh-theme, defer:3 # defer until other plugins like oh-my-zsh is loaded ``` ## Options