From 8dfd36fb2af49ad77779b9a737e05c9c49175757 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 21 Feb 2026 10:44:25 +0100 Subject: [PATCH] Excess space --- config/omarchy/extensions/menu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/omarchy/extensions/menu.sh b/config/omarchy/extensions/menu.sh index 76857c15..bf618f07 100644 --- a/config/omarchy/extensions/menu.sh +++ b/config/omarchy/extensions/menu.sh @@ -12,9 +12,9 @@ # *) back_to show_main_menu ;; # esac # } -# +# # Example of overriding just the about menu action: (Using zsh instead of bash (default)) -# +# # show_about() { # exec omarchy-launch-or-focus-tui "zsh -c 'fastfetch; read -k 1'" # }