Skip to content

Instantly share code, notes, and snippets.

@avescodes
Created April 6, 2009 05:04
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 avescodes/90639 to your computer and use it in GitHub Desktop.
Save avescodes/90639 to your computer and use it in GitHub Desktop.
export ORIGPATH=$PATH
alias mr187='export PATH=~/.multiruby/install/1.8.7-p72/bin:$ORIGPATH'
alias mr191='export PATH=~/.multiruby/install/1.9.1-p0/bin:$ORIGPATH'
alias mrj116='export PATH=~/.multiruby/install/jruby-1.1.6/bin:$ORIGPATH'
alias mrj120='export PATH=~/.multiruby/install/jruby-1.2.0RC1/bin:$ORIGPATH'
alias mroff='export PATH=$ORIGPATH'
mr187
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment