mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Use sed to activate the plugin with Oh My ZSH in INSTALL.md
This commit is contained in:
parent
10a596f9fd
commit
c0575e4bad
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue