Skip to content

Commit

Permalink
docs(installation): update zinit / zplugin instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Feb 3, 2020
1 parent 5209561 commit 7890320
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 7890320

Please sign in to comment.