Merge pull request #2 from yutakatay/patch-1

Fix the plugin manager name
This commit is contained in:
Josh Skidmore
2020-09-18 06:10:11 -04:00
committed by GitHub

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
```