Fix the plugin manager name

This commit is contained in:
Yuta Katayama
2020-09-18 17:56:38 +09:00
committed by GitHub
parent d9e36fe500
commit 2143791255

View File

@@ -1,11 +1,11 @@
# zsh/fzf History Search
## Installation with zplug
## Installation with zinit
Add this to `~/.zshrc`:
```sh
# zsh-fzf-history-search
zplugin ice lucid wait'0'
zplugin light joshskidmore/zsh-fzf-history-search
```
zinit ice lucid wait'0'
zinit light joshskidmore/zsh-fzf-history-search
```