From fcb26c98d61b3db0ffe8d6815104909ce9c903e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 10 Jun 2025 18:42:30 +0200 Subject: [PATCH] fix(topgrade): yazi update now uses pkg instead of pack --- .config/topgrade/topgrade.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/topgrade/topgrade.toml b/.config/topgrade/topgrade.toml index dfaf82fe..41560563 100644 --- a/.config/topgrade/topgrade.toml +++ b/.config/topgrade/topgrade.toml @@ -90,7 +90,7 @@ disable = ["poetry", "spicetify", "vim", "containers"] # "Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter" # "Custom command using interactive shell (unix)" = "-i vim_upgrade" hyprpm = "hyprpm update -v" -yazi = "ya pack -u" +yazi = "ya pkg upgrade" [python]