From 485d8768f9490a8e45132dcccfa96986c2d3f259 Mon Sep 17 00:00:00 2001 From: Hannes Date: Sat, 22 Aug 2026 15:42:06 +0200 Subject: [PATCH] updateall also runs matugen updates --- configs/arch_config.fish | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configs/arch_config.fish b/configs/arch_config.fish index a0adf9a..8b37bf4 100755 --- a/configs/arch_config.fish +++ b/configs/arch_config.fish @@ -92,6 +92,15 @@ function updateall popd end + set_color cyan + echo "#### Updating matugen ####" + set_color normal + if test -d ~/.config/matugen && test -d ~/.config/matugen/.git + pushd ~/.config/matugen/ + git pull + popd + end + ######## Run AUR Updates set_color cyan