From 4b49f16bdbf89a3a0f959abfa5c6e77a342189ec Mon Sep 17 00:00:00 2001 From: Sean Escriva Date: Sun, 24 Nov 2013 16:38:40 -0800 Subject: [PATCH] Add information about "chruby" plugin --- Plugins.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Plugins.md b/Plugins.md index 5a04d94..22bdf36 100644 --- a/Plugins.md +++ b/Plugins.md @@ -185,6 +185,24 @@ Commands for [celery](https://github.com/celery/celery), a distributed task queu celery worker ``` +## chruby +**Maintainer** [webframp](https://github.com/webframp) + +Loads [chruby](https://github.com/postmodern/chruby), a simple ruby +version manager, if installed, and provides `chruby_prompt_info` +variable for theme use. + +Commands: + +* `rubies: list installed rubies or change current ruby` + +You can manually specify the path to load chruby from using zstyle: + +* `zstyle :omz:plugins:chruby path` +* `zstyle :omz:plugins:chruby auto` + +Simple build definition completion is also provided for [ruby-build](https://github.com/sstephenson/ruby-build) to make installed rubies from source faster. + ## command-not-found **Maintainer:** [robbyrussell][robbyrussell]