Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Created May 21, 2018 20:39
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 antunesleo/c0e1d45b00da1d2eecaae34b7b0f6308 to your computer and use it in GitHub Desktop.
Save antunesleo/c0e1d45b00da1d2eecaae34b7b0f6308 to your computer and use it in GitHub Desktop.
load-env
alias load-env='export $(cat .env | xargs)'
alias load-env-test='export $(cat .env.test | xargs)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment