Created
November 27, 2012 18:31
-
-
Save gogogarrett/4156077 to your computer and use it in GitHub Desktop.
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
[mcf]$ cat ~/.bashrc | |
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting | |
if [ -f `brew --prefix`/etc/bash_completion ]; then | |
. `brew --prefix`/etc/bash_completion | |
fi | |
### Added by the Heroku Toolbelt | |
export PATH="/usr/local/heroku/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment