From e635f766bef9ffe1c0d646d8fd256e9134e94468 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 12 Mar 2016 18:35:00 +0000 Subject: [PATCH] docs: Clarify oh-my-zsh installation instructions. Thanks to Andrew Janke. Fixes zsh-users/zsh-syntax-highlighting#270. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 72fba04..f021c49 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -42,7 +42,7 @@ To install zsh-syntax-highlighting under oh-my-zsh: 1. Clone this repository in oh-my-zsh's plugins directory: - git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting + git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting 2. Activate the plugin in `~/.zshrc`: