diff --git a/challenge/bash.bashrc b/challenge/bash.bashrc index c5d990a30..f1ae8b7ab 100755 --- a/challenge/bash.bashrc +++ b/challenge/bash.bashrc @@ -11,3 +11,5 @@ if [ -e "/challenge/README.md" ] && [ ! -e "/tmp/.dojo/readme-once" ]; then touch /tmp/.dojo/readme-once fi + +[ -f "/challenge/.env" ] && source /challenge/.env