From cfdfc587f20c3174f52ab7ac614fff41d9801b80 Mon Sep 17 00:00:00 2001 From: PieckA Date: Fri, 24 May 2024 23:32:01 +0200 Subject: [PATCH] bugfixing.. --- functions/c_fisher.fish | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/functions/c_fisher.fish b/functions/c_fisher.fish index 75a6274..c2c28cf 100644 --- a/functions/c_fisher.fish +++ b/functions/c_fisher.fish @@ -12,12 +12,7 @@ else # ─< define plugins to use with fisher >──────────────────────────────────────────────────── set plugin "PatrickF1/fzf.fish" "jorgebucaran/autopair.fish" for plug in $plugin - if fisher update $plug - echo "Updated $plug" - else - fisher install $plug - echo "Installed $plug" - end + fisher update $plu || fisher install $plug end end end