Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
9406bdeb57a3512e610647aa938e794b3722033d
/
.
/
plugins
/
available
/
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
}