Skip to content

Instantly share code, notes, and snippets.

@catm705
Last active August 29, 2015 14:20
Show Gist options
  • Save catm705/709e53c69308b0f03daa to your computer and use it in GitHub Desktop.
Save catm705/709e53c69308b0f03daa to your computer and use it in GitHub Desktop.
~/.bash_profile & exporting ENV variables
In every new terminal requiring KEYS:
1.) subl ~/.bash_profile
2.) If you want to store env variables --> you need to type it like so
export AWS_KEY=g7aeltvjn43o269v2y5
3.) source ~/.bash_profile --> Type this in the terminal and it'll tell your computer that you updated your environmental variables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment