Skip to content

Instantly share code, notes, and snippets.

@rossnelson
Last active December 29, 2015 03:19
Show Gist options
  • Save rossnelson/7606758 to your computer and use it in GitHub Desktop.
Save rossnelson/7606758 to your computer and use it in GitHub Desktop.
# Homebrew
export PATH=$HOME/.bin:/usr/local/bin:/usr/local/sbin:$PATH
# RVM
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment