mirror of
https://github.com/Hopiu/zoxide.git
synced 2026-03-16 22:20:32 +00:00
Upgrade minimum supported fzf version (#523)
This commit is contained in:
parent
066730f95d
commit
1c651bf8cd
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue