Suppress pygame message at startup

This commit is contained in:
Keith Edmunds 2023-06-14 07:20:36 +01:00
parent 6ae6d8e94e
commit af0d715423

1
.envrc
View File

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