Merge pull request #211 from kristianperkins/patch-1

fix typo in README
This commit is contained in:
Dawid Kurek
2017-03-25 07:31:37 +01:00
committed by GitHub

View File

@@ -78,7 +78,7 @@ to your **~/.zshrc** where you're adding your other zsh plugins **after** the
line `zplug "robbyrussell/oh-my-zsh"`.
```bash
setopt prompt_subst # Make sure propt 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
```