Suppress pygame message at startup
This commit is contained in:
parent
6ae6d8e94e
commit
af0d715423
1
.envrc
1
.envrc
@ -4,6 +4,7 @@ export MAIL_PORT=587
|
|||||||
export MAIL_SERVER="smtp.fastmail.com"
|
export MAIL_SERVER="smtp.fastmail.com"
|
||||||
export MAIL_USERNAME="kae@midnighthax.com"
|
export MAIL_USERNAME="kae@midnighthax.com"
|
||||||
export MAIL_USE_TLS=True
|
export MAIL_USE_TLS=True
|
||||||
|
export PYGAME_HIDE_SUPPORT_PROMPT=1
|
||||||
branch=$(git branch --show-current)
|
branch=$(git branch --show-current)
|
||||||
# Always treat running from /home/kae/mm as production
|
# Always treat running from /home/kae/mm as production
|
||||||
if [ $(pwd) == /home/kae/mm ]; then
|
if [ $(pwd) == /home/kae/mm ]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user