From 7890320a540153cfcfdc0f7ddc556cba897e7773 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Mon, 3 Feb 2020 17:54:29 -0500 Subject: [PATCH] docs(installation): update zinit / zplugin instructions --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4fbcc68..4d8e233c 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,13 @@ Or install zsh-abbr with your favorite plugin manager: - **[zgen](https://github.com/tarjoilija/zgen)**: add `zgen load olets/zsh-abbr` to your `.zshrc`. -- **[zplug](https://github.com/zplug/zplug)**: add `zplug "olets/zsh-abbr"` to your `.zshrc`. +- **[zinit](https://github.com/zdharma/zinit)** (formerly **zplugin**): add this to your `.zshrc`: + ```shell + zinit ice wait lucid + zinit light olets/zsh-abbr # or `load` instead of `light` to enable zinit reporting + ``` -- **[zplugin](https://github.com/zplug/zplug)**: add `zplugin load olets/zsh-abbr` to your `.zshrc`. +- **[zplug](https://github.com/zplug/zplug)**: add `zplug "olets/zsh-abbr"` to your `.zshrc`. If running `abbr` gives an error "zsh: permission denied: abbr", reload zsh: