From 9d561fe34dff708a88bffd8f90d62d6ebfe336f9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 8 Aug 2025 18:07:22 +0200 Subject: [PATCH] Use a headline to explain what is already up to date --- bin/omarchy-update | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-update b/bin/omarchy-update index 246bb83a..90fb97dd 100755 --- a/bin/omarchy-update +++ b/bin/omarchy-update @@ -4,6 +4,7 @@ set -e # Get the latest while trying to preserve any modifications +echo -e "\e[32mUpdate Omarchy\e[0m" omarchy_path=~/.local/share/omarchy git -C $omarchy_path pull --autostash git -C $omarchy_path diff --check || git -C $omarchy_path reset --merge