From 09324bb67024a6b0ff3323d995dca7b7d72b03c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 27 Feb 2024 20:13:50 +0100 Subject: [PATCH] Use shell scripts from fzf --- zsh.d/zplug.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.d/zplug.zsh b/zsh.d/zplug.zsh index bbf61ea..395bcc6 100644 --- a/zsh.d/zplug.zsh +++ b/zsh.d/zplug.zsh @@ -14,7 +14,7 @@ zplug "zsh-users/zsh-syntax-highlighting" zplug "zsh-users/zsh-autosuggestions" zplug "zsh-users/zsh-history-substring-search" zplug "zsh-users/zsh-completions" -zplug "junegunn/fzf" +zplug "junegunn/fzf", use:"shell/*.zsh" if ! zplug check --verbose; then printf "Install? [y/N]: "