Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
d0d58f3763c4a7baaf0c2bc653bea41f34aa7bed
/
.
/
plugins
/
rvm.plugin.bash
blob: d3c81ed4e2d4de5597f2b565315326274b08cc4e [
file
] [
log
] [
blame
]
#!/bin/bash
switch
()
{
rvm $1
local
v
=
$
(
rvm_version
)
rvm wrapper $1 textmate
echo
"Switch to Ruby version: "
$v
}
rvm_default
()
{
rvm
--
default $1
rvm wrapper $1 textmate
}
function
rvm_version
()
{
ruby
--
version
}