From c0575e4bad58fdd415c628d59489e49815ef8ccb Mon Sep 17 00:00:00 2001 From: Daniel Iancu Date: Sat, 4 Jun 2016 21:14:54 +0300 Subject: [PATCH] Use sed to activate the plugin with Oh My ZSH in INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 8f322e1..83dfd8e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -60,7 +60,7 @@ your `.zshrc`. 2. Activate the plugin in `~/.zshrc`: - plugins=( [plugins...] zsh-syntax-highlighting) + sed -i "s/\(plugins=(.*\))/\1 zsh-syntax-highlighting)/" ~/.zshrc 3. Source `~/.zshrc` to take changes into account: