Skip to content

Instantly share code, notes, and snippets.

@BrunoAssis
Created March 27, 2014 15:31
Show Gist options
  • Save BrunoAssis/9810218 to your computer and use it in GitHub Desktop.
Save BrunoAssis/9810218 to your computer and use it in GitHub Desktop.
export PATH="/Applications/Postgres.app/Contents/Versions/9.3/bin:$PATH"
export PATH=/usr/local/bin:$PATH
export PATH=/Users/davidhill/.rvm/gems/ruby-2.0.0-p451/bin:$PATH
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
export PATH=/Users/davidhill/.rvm/gems/ruby-2.0.0-p451/bin:$PATH
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment