From 63fc96a5412a1507d2f578b095e7409695dbe2e1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 4 Feb 2026 21:43:41 +0100 Subject: [PATCH] Timeout isn't actually nice in reality --- bin/omarchy-show-done | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-show-done b/bin/omarchy-show-done index cc5394f7..de5fe2ab 100755 --- a/bin/omarchy-show-done +++ b/bin/omarchy-show-done @@ -1,4 +1,4 @@ #!/bin/bash echo -gum spin --spinner "globe" --title "Done! Press any key to close..." -- bash -c 'read -t 7 -n 1 -s' +gum spin --spinner "globe" --title "Done! Press any key to close..." -- bash -c 'read -n 1 -s'