Last active
August 29, 2015 13:56
-
-
Save brianspiering/9029823 to your computer and use it in GitHub Desktop.
My .bashrc
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
# 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