Skip to content

Instantly share code, notes, and snippets.

@stctheproducer
Created September 22, 2021 08:38
Show Gist options
  • Save stctheproducer/59664aad8b89c21fe4949b61bfd2460a to your computer and use it in GitHub Desktop.
Save stctheproducer/59664aad8b89c21fe4949b61bfd2460a to your computer and use it in GitHub Desktop.
Default .envrc to be used with direnv
[ -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