Autoloads rvm if present and adds a few convenience aliases. If rvm is not installed in your account, adds an install-rvm
function you can call to download and install it.
This plugin is licensed with the Apache 2.0 license.
Add antigen bundle unixorn/rvm-plugin
to your .zshrc
with your other bundle commands.
Antigen will handle cloning the plugin for you automatically the next time you start zsh. You can also add the plugin to a running zsh with antigen bundle unixorn/rvm-plugin
for testing before adding it to your .zshrc
.
cd ~/.oh-my-zsh/custom/plugins
git clone git@github.com:unixorn/rvm-plugin.git rvmplugin
- Add tumult to your plugin list - edit
~.zshrc
and changeplugins=(...)
toplugins=(... rvmplugin)
Add zgen load unixorn/rvm-plugin
to your .zshrc file in the same function you're doing your other zgen load
calls in.