Quiet stderr

This commit is contained in:
David Heinemeier Hansson
2025-07-21 19:55:40 -04:00
parent 47584de6db
commit f346c78826

View File

@ -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