From 56c793d96abef15bbac787dfcc93ff68169c1b1f Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 18 Oct 2015 12:46:20 +0000 Subject: [PATCH] docs: Clarify oh-my-zsh installation instructions Suggested-by: Ory Band (on issue #169) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb22c37..c14c9df 100644 --- a/README.md +++ b/README.md @@ -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 ---