Skip to content

Commit

Permalink
Merge pull request ohmyzsh#1763 from jonilicious/master
Browse files Browse the repository at this point in the history
RVM plugin - Fixes wrong variable used in 'rb20' function
  • Loading branch information
robbyrussell committed Sep 19, 2013
2 parents 26e936e + 2f7479b commit 0582bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rvm/rvm.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ compdef _rb19 rb19

function rb20 {
if [ -z "$1" ]; then
rvm use "$ruby"
rvm use "$ruby20"
else
rvm use "$ruby20@$1"
fi
Expand Down

0 comments on commit 0582bd1

Please sign in to comment.