Skip to content

Instantly share code, notes, and snippets.

@gogogarrett
Created November 27, 2012 18:31
Show Gist options
  • Save gogogarrett/4156077 to your computer and use it in GitHub Desktop.
Save gogogarrett/4156077 to your computer and use it in GitHub Desktop.
[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