I want to use e.g. system capistrano/ruco/xxx and not add them to every ruby/gemset i create.
So usually do rvm ruby_with_all_gems ... do_something ... rvm back_to_other
Is there any nice solution that i could use to do e.g. alias capree="rvm with ree cap" ?