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