docs: Clarify oh-my-zsh installation instructions

Suggested-by: Ory Band
(on issue #169)
This commit is contained in:
Daniel Shahaf 2015-10-18 12:46:20 +00:00
parent e138cfd765
commit 56c793d96a

View file

@ -39,7 +39,7 @@ How to install
cd ~/.oh-my-zsh/custom/plugins
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
* Activate the plugin in `~/.zshrc` (in **last** position):
* Activate the plugin in `~/.zshrc`:
plugins=( [plugins...] zsh-syntax-highlighting)
@ -47,6 +47,8 @@ How to install
source ~/.zshrc
Note that `zsh-syntax-highlighting` must be the last plugin sourced,
so make it the last element of the `$plugins` array.
FAQ
---