From 30fa78f883b51086558b45ce2914863d620c0a6a Mon Sep 17 00:00:00 2001 From: Cameron Steffen Date: Mon, 17 Feb 2020 01:40:12 -0600 Subject: [PATCH] Update zplugin help to zinit (#531) --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index bc062b92..c8a0aef7 100644 --- a/readme.md +++ b/readme.md @@ -243,13 +243,13 @@ zplug mafredri/zsh-async, from:github zplug sindresorhus/pure, use:pure.zsh, from:github, as:theme ``` -### [zplugin](https://github.com/zdharma/zplugin) +### [zinit](https://github.com/zdharma/zinit) Update your `.zshrc` file with the following two lines (order matters): ```sh -zplugin ice pick"async.zsh" src"pure.zsh" -zplugin light sindresorhus/pure +zinit ice compile'(pure|async).zsh' pick'async.zsh' src'pure.zsh' +zinit light sindresorhus/pure ```