Upgrade minimum supported fzf version (#523)

This commit is contained in:
Ajeet D'Souza 2023-01-23 12:04:11 +05:30 committed by GitHub
parent 066730f95d
commit 1c651bf8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Zsh: don't hide output from `chpwd` hooks.
- Nushell: upgrade minimum supported version to v0.73.0.
- Zsh: fix extra space in interactive completions when no match is found.
- Fzf: various improvements.
- Fzf: various improvements, upgrade minimum supported version to v0.33.0.
- Nushell: Accidental redefinition of hooks when initialized twice.
### Removed

View File

@ -284,7 +284,7 @@ eval "$(zoxide init posix --hook prompt)"
It can be installed from [here][fzf-installation].
> **Note**
> zoxide only supports fzf v0.21.0 and above.
> zoxide only supports fzf v0.33.0 and above.
### *Step 4: Import your data (optional)*