Skip to content

Instantly share code, notes, and snippets.

@abbotto
Created October 15, 2015 16:54
Show Gist options
  • Save abbotto/42ae764948205816066d to your computer and use it in GitHub Desktop.
Save abbotto/42ae764948205816066d to your computer and use it in GitHub Desktop.
.bashrc for OS X
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