Last active
January 29, 2017 19:38
-
-
Save hectorperez/b38b29e4d078256d7d56 to your computer and use it in GitHub Desktop.
set environment variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vim ~/.bash_profile | |
At the end add the variables, for example: | |
export TWITTER_CONSUMER_KEY=... | |
export TWITTER_CONSUMER_SECRET=... | |
export GOOGLE_SHORTENER_KEY=... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment