Created
October 15, 2015 16:54
-
-
Save abbotto/42ae764948205816066d to your computer and use it in GitHub Desktop.
.bashrc for OS X
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
export EDITOR=/usr/bin/nano | |
### Added by the Heroku Toolbelt | |
export PATH="/usr/local/heroku/bin:$PATH" | |
export NVM_DIR="/Users/USERNAME_HERE/.nvm" | |
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm | |
# NVM Path | |
source ~/.nvm/nvm.sh | |
# Android SDK path | |
export ANDROID_HOME=/usr/local/opt/android-sdk | |
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment