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