From af0d7154238125644f916a9baed0a42d70cdd0ee Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Wed, 14 Jun 2023 07:20:36 +0100 Subject: [PATCH] Suppress pygame message at startup --- .envrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.envrc b/.envrc index a68dd74..73a861a 100644 --- a/.envrc +++ b/.envrc @@ -4,6 +4,7 @@ export MAIL_PORT=587 export MAIL_SERVER="smtp.fastmail.com" export MAIL_USERNAME="kae@midnighthax.com" export MAIL_USE_TLS=True +export PYGAME_HIDE_SUPPORT_PROMPT=1 branch=$(git branch --show-current) # Always treat running from /home/kae/mm as production if [ $(pwd) == /home/kae/mm ]; then