Use sed to activate the plugin with Oh My ZSH in INSTALL.md

This commit is contained in:
Daniel Iancu 2016-06-04 21:14:54 +03:00
parent 10a596f9fd
commit c0575e4bad

View File

@ -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: