From f8cd0b55b3d134cbc71360c94737528bca1a526f Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Wed, 25 Oct 2023 22:33:02 -0500 Subject: [PATCH] docs: Replace zplug instructions with zinit Fixes #883. --- INSTALL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index af92ac1..2e1286d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -140,15 +140,15 @@ Zsh-syntax-highlighting is included with Prezto. See the Add `zgen load zsh-users/zsh-syntax-highlighting` to the end of your `.zshrc`. +#### [zinit](https://github.com/zdharma-continuum/zinit) + +Add `zinit light zsh-users/zsh-syntax-highlighting` to the end of your +`.zshrc`. + #### [zplug](https://github.com/zplug/zplug) Add `zplug "zsh-users/zsh-syntax-highlighting", defer:2` to your `.zshrc`. -#### [zplugin](https://github.com/psprint/zplugin) - -Add `zplugin load zsh-users/zsh-syntax-highlighting` to the end of your -`.zshrc`. - ### System-wide installation