From 090863e29afee85532bf29c3e197141787dc26e8 Mon Sep 17 00:00:00 2001 From: Vasyl Zuziak Date: Mon, 21 Aug 2023 19:43:16 +0200 Subject: [PATCH] fix: use older version of the flag --- functions/fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fisher.fish b/functions/fisher.fish index a5c53d7..4021a83 100644 --- a/functions/fisher.fish +++ b/functions/fisher.fish @@ -98,7 +98,7 @@ function fisher --argument-names cmd --description "A plugin manager for Fish" echo Fetching (set_color --underline)\$url(set_color normal) - if command curl --disable --silent -L \$url | command tar -xzC \$temp -f - 2>/dev/null + if command curl -q --silent -L \$url | command tar -xzC \$temp -f - 2>/dev/null command cp -Rf \$temp/*/* $source else echo fisher: Invalid plugin name or host unavailable: \\\"$plugin\\\" >&2