Skip to content

Commit f8cd0b5

Browse files
committed
docs: Replace zplug instructions with zinit
Fixes #883.
1 parent 1e82d8c commit f8cd0b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

INSTALL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,14 @@ Zsh-syntax-highlighting is included with Prezto. See the
140140
141141
Add `zgen load zsh-users/zsh-syntax-highlighting` to the end of your `.zshrc`.
142142
143-
#### [zplug](https://github.com/zplug/zplug)
143+
#### [zinit](https://github.com/zdharma-continuum/zinit)
144144
145-
Add `zplug "zsh-users/zsh-syntax-highlighting", defer:2` to your `.zshrc`.
145+
Add `zinit light zsh-users/zsh-syntax-highlighting` to the end of your
146+
`.zshrc`.
146147
147-
#### [zplugin](https://github.com/psprint/zplugin)
148+
#### [zplug](https://github.com/zplug/zplug)
148149
149-
Add `zplugin load zsh-users/zsh-syntax-highlighting` to the end of your
150-
`.zshrc`.
150+
Add `zplug "zsh-users/zsh-syntax-highlighting", defer:2` to your `.zshrc`.
151151
152152
153153
### System-wide installation

0 commit comments

Comments
 (0)