Skip to content

Instantly share code, notes, and snippets.

@zmalltalker
Created December 11, 2012 08:03
Show Gist options
  • Select an option

  • Save zmalltalker/4256709 to your computer and use it in GitHub Desktop.

Select an option

Save zmalltalker/4256709 to your computer and use it in GitHub Desktop.
Switch rubies when cd-ing in zshell
chruby 1.9.3
function chpwd() {
if [ -r $PWD/.chruby ]; then
source $PWD/.chruby
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment