Skip to content

Instantly share code, notes, and snippets.

@linjunpop
Created June 26, 2014 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linjunpop/f2f952423b28461c252b to your computer and use it in GitHub Desktop.
Save linjunpop/f2f952423b28461c252b to your computer and use it in GitHub Desktop.
System Wide chruby
if [ -n "$BASH_VERSION" ] || [ -n "$ZSH_VERSION" ]; then
source /usr/local/share/chruby/chruby.sh
source /usr/local/share/chruby/auto.sh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment