mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-13 17:30:08 +00:00
Update the wrong variable used in rb20 function. Fixes #1762
Signed-off-by: Joni Chandra <joniliciously@gmail.com>
This commit is contained in:
parent
b6ea876971
commit
2f7479b5cb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ compdef _rb19 rb19
|
||||||
|
|
||||||
function rb20 {
|
function rb20 {
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
rvm use "$ruby"
|
rvm use "$ruby20"
|
||||||
else
|
else
|
||||||
rvm use "$ruby20@$1"
|
rvm use "$ruby20@$1"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue