From 2a60858790795126257db8765452984357134448 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 11 Apr 2026 11:37:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20fd=20?= =?UTF-8?q?=D0=BD=D0=B0=20fdfind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 45-plugins.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/45-plugins.zsh b/45-plugins.zsh index e2451b0..34b6362 100644 --- a/45-plugins.zsh +++ b/45-plugins.zsh @@ -51,10 +51,10 @@ fi if command -v fzf > /dev/null 2>&1; then FZF_DEFAULT_OPTS='--height 60% --layout=reverse --border' - if command -v fd > /dev/null 2>&1; then - FZF_DEFAULT_COMMAND="fd --type f" + if command -v fdfind >/dev/null 2>&1; then + FZF_DEFAULT_COMMAND="fdfind --type f" FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" - FZF_ALT_C_COMMAND="fd --type d" + FZF_ALT_C_COMMAND="fdfind --type d" 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"