Skip to content

Instantly share code, notes, and snippets.

@brianspiering
Last active August 29, 2015 13:56
Show Gist options
  • Save brianspiering/9029823 to your computer and use it in GitHub Desktop.
Save brianspiering/9029823 to your computer and use it in GitHub Desktop.
My .bashrc
# Set up virtual environments for Python
# ------------------------------------------------------------
export WORKON_HOME=$HOME/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
# Start R quietly
# ------------------------------------------------------------
alias R='R -q'
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
source /Users/brian/aws_credentials.sh # Load aws credentials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment