From ee02aea5a7d19c0bb17dd7efce57144af9e05d86 Mon Sep 17 00:00:00 2001 From: Andrei Astafev Date: Thu, 6 Feb 2025 10:07:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=BC=D0=B5=D1=80=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=81=D0=B8=D0=B8=20fzf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 45-plugins.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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