Skip to content

Instantly share code, notes, and snippets.

@nicinabox
Created December 9, 2014 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nicinabox/1a1ba1f846513f30fa4a to your computer and use it in GitHub Desktop.
Save nicinabox/1a1ba1f846513f30fa4a to your computer and use it in GitHub Desktop.
Source .env automatically in your projects with RVM
# ~/.rvm/hooks/after_cd
if [ -f .env ]; then
source .env
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment