From 47fa3ce3a5a00b0acd3ec5e4722a5d922bc76ad1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 8 Aug 2026 01:44:56 -0700 Subject: [PATCH] Match style from other updates --- bin/omarchy-update-restart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/omarchy-update-restart b/bin/omarchy-update-restart index a2263b16..05f7ba05 100755 --- a/bin/omarchy-update-restart +++ b/bin/omarchy-update-restart @@ -46,5 +46,6 @@ done # Updates routinely replace the shell's QML, and a stale process can lazy-load # new files into old code. A restart failure (locked session, ssh, TTY) only # prints its reason: the next update or login gets a fresh shell anyway. -echo "Restarting shell" +echo -e "\e[32m\nRestarting shell\e[0m" +echo "All plugins have been reloaded" omarchy-restart-shell || true