Skip to content

Instantly share code, notes, and snippets.

@withakay
Created September 8, 2022 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save withakay/abf9294f54ca0328977bd03444fb6a2a to your computer and use it in GitHub Desktop.
Save withakay/abf9294f54ca0328977bd03444fb6a2a to your computer and use it in GitHub Desktop.
Source from .env (dotenv) file
# if you want to export a .env file
# with a list of key values like
#
# `FOO=BAR`
#
# without prefixing them with `export` e.g.
#
# `export FOO=BAR`
#
# Do the following:
set -o allexport
source .env
set +o allexport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment