mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-02-06 09:55:31 +08:00
Use sed to activate the plugin with Oh My ZSH in INSTALL.md
This commit is contained in:
parent
10a596f9fd
commit
c0575e4bad
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user