fix typo in README

This commit is contained in:
Kristian Perkins
2017-03-25 09:27:56 +10:00
committed by GitHub
parent af13da3610
commit 67a0273675

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"`. line `zplug "robbyrussell/oh-my-zsh"`.
```bash ```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 zplug "adambiggs/zsh-theme", use:adambiggs.zsh-theme
``` ```