mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-28 23:46:27 +00:00
Upgrade minimum supported fzf version (#523)
This commit is contained in:
parent
066730f95d
commit
1c651bf8cd
@ -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.
|
- Zsh: don't hide output from `chpwd` hooks.
|
||||||
- Nushell: upgrade minimum supported version to v0.73.0.
|
- Nushell: upgrade minimum supported version to v0.73.0.
|
||||||
- Zsh: fix extra space in interactive completions when no match is found.
|
- 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.
|
- Nushell: Accidental redefinition of hooks when initialized twice.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
@ -284,7 +284,7 @@ eval "$(zoxide init posix --hook prompt)"
|
|||||||
It can be installed from [here][fzf-installation].
|
It can be installed from [here][fzf-installation].
|
||||||
|
|
||||||
> **Note**
|
> **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)*
|
### *Step 4: Import your data (optional)*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user