mirror of
https://github.com/joshskidmore/zsh-fzf-history-search.git
synced 2026-09-10 07:06:21 -04:00
Fix the plugin manager name
This commit is contained in:
parent
d9e36fe500
commit
2143791255
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue