Merge pull request #238 from Lyncredible/master

Fix instructions for zplug
This commit is contained in:
Viktor (Icon) VAD
2017-07-28 16:12:20 +00:00
committed by GitHub

View File

@@ -74,12 +74,11 @@ zgen load caiogondim/bullet-train-oh-my-zsh-theme bullet-train
### For Zplug users ### For Zplug users
If you're using [zplug](https://github.com/zplug/zplug), add the following line 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 to your **~/.zshrc** where you're adding your other zsh plugins.
line `zplug "robbyrussell/oh-my-zsh"`.
```bash ```bash
setopt prompt_subst # Make sure prompt is able to be generated properly. 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 ## Options