Skip to content

Commit

Permalink
Update zplugin help to zinit (sindresorhus#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
camsteffen authored Feb 17, 2020
1 parent 70498a0 commit 30fa78f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit 30fa78f

Please sign in to comment.