Skip to content

Instantly share code, notes, and snippets.

@linjunpop
Created June 26, 2014 07:00
Show Gist options
  • Select an option

  • Save linjunpop/f2f952423b28461c252b to your computer and use it in GitHub Desktop.

Select an option

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