diff --git a/45-plugins.zsh b/45-plugins.zsh index 2eba357..8cc5b7b 100644 --- a/45-plugins.zsh +++ b/45-plugins.zsh @@ -58,7 +58,7 @@ if command -v fzf > /dev/null 2>&1; then fi FZF_VERSION="$(fzf --version | sed -r 's/([0-9]+\.[0-9]+)\..*/\1/' )" zinit ice lucid wait'0' mv"completion.zsh -> _fzf" pick"_fzf" as"completion" - if is-at-least "0.54" "$FZF_VERSION"; then + if is-at-least "0.37" "$FZF_VERSION"; then zinit snippet "https://raw.githubusercontent.com/junegunn/fzf/refs/tags/v${FZF_VERSION}.0/shell/completion.zsh" zinit snippet "https://raw.githubusercontent.com/junegunn/fzf/refs/tags/v${FZF_VERSION}.0/shell/key-bindings.zsh" else