Created
April 6, 2014 15:17
-
-
Save JDStraughan/10007365 to your computer and use it in GitHub Desktop.
My .bashrc file
This file contains 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
# Add RVM to PATH for scripting | |
PATH=$PATH:$HOME/.rvm/bin | |
### Added by the Heroku Toolbelt | |
export PATH="/usr/local/heroku/bin:$PATH" | |
# Add git completion to bash | |
source ~/git-completion.bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment