From f346c788262f0803060389edf2238c9ed3a6428c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Jul 2025 19:55:40 -0400 Subject: [PATCH] Quiet stderr --- bin/omarchy-first-run-flow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-first-run-flow b/bin/omarchy-first-run-flow index c8c48fe..4eb1af3 100755 --- a/bin/omarchy-first-run-flow +++ b/bin/omarchy-first-run-flow @@ -17,7 +17,7 @@ if gum confirm "Install editor in addition to Neovim?"; then fi if gum confirm "Login to GitHub?"; then - gh auth login + gh auth login 2>/dev/null fi if gum confirm "Setup Dropbox?"; then