Skip to content

Instantly share code, notes, and snippets.

@ddeaguiar
Created June 29, 2009 15:18
Show Gist options
  • Save ddeaguiar/137646 to your computer and use it in GitHub Desktop.
Save ddeaguiar/137646 to your computer and use it in GitHub Desktop.
#multiruby aliases
alias mr186='export PATH=~/.multiruby/install/1.8.6-p369/bin:$ORIGPATH && which ruby'
alias mr187='export PATH=~/.multiruby/install/1.8.7-p174/bin:$ORIGPATH && which ruby'
alias mr191='export PATH=~/.multiruby/install/1.9.1-p129/bin:$ORIGPATH && which ruby'
alias mree='export PATH=~/.multiruby/install/enterprise-1.8.6-20090610/bin:$ORIGPATH && which ruby'
alias mroff='export PATH=$ORIGPATH && which ruby'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment