From a00ed24ba34c9d9c1e06f16517411e22532b57d2 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 12 May 2016 13:25:59 +0000 Subject: [PATCH] docs: Simplify/clarify installation instructions. This also removes an implicit assumption that ~/.zshrc is idempotent. --- INSTALL.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 0cf3b5b..94d4fca 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -23,7 +23,10 @@ Simply clone this repository and source the script: git clone https://github.com/zsh-users/zsh-syntax-highlighting.git echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ~/.zshrc - source ~/.zshrc + + Then, enable syntax highlighting in the current interactive shell: + + source ./zsh-syntax-highlighting/zsh-syntax-highlighting.zsh If `git` is not installed, download and extract a snapshot of the latest development tree from: