Created
September 22, 2021 08:38
-
-
Save stctheproducer/59664aad8b89c21fe4949b61bfd2460a to your computer and use it in GitHub Desktop.
Default .envrc to be used with direnv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ -f .env ] && eval $(cat .env | sed 's/^/export /') || echo "no .env file" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment