Skip to content

unixorn/rvm-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

rvm-plugin

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.

Installation

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.

  1. cd ~/.oh-my-zsh/custom/plugins
  2. git clone git@github.com:unixorn/rvm-plugin.git rvmplugin
  3. Add tumult to your plugin list - edit ~.zshrc and change plugins=(...) to plugins=(... rvmplugin)

Add zgen load unixorn/rvm-plugin to your .zshrc file in the same function you're doing your other zgen load calls in.

About

Autoload rvm if present

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages