From c57dadeccfbd1fbeb0e0cfe2110303cbde44028d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 9 Oct 2024 12:54:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(fish):=20topgrade=20doesnt?= =?UTF-8?q?=20upgrade=20itself?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/functions/upall.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/functions/upall.fish b/.config/fish/functions/upall.fish index 3bb0c65d..71abe955 100644 --- a/.config/fish/functions/upall.fish +++ b/.config/fish/functions/upall.fish @@ -1,6 +1,6 @@ function upall --wraps=topgrade --description 'alias upall=topgrade' if type -f topgrade &>/dev/null - topgrade -k $argv + topgrade -k --no-self-update $argv else missing_package topgrade end