]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/rbfu/README.md
fbcab64deb074f2d769744a16f4fce5df7a4c736
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / rbfu / README.md
1 # rbfu plugin
2
3 This plugin starts [rbfu](https://github.com/hmans/rbfu), a minimal Ruby version
4 manager, and adds some useful functions.
5
6 To use it, add `rbfu` to the plugins array in your zshrc file:
7
8 ```zsh
9 plugins=(... rbfu)
10 ```
11
12 **Note: `rbfu` is deprecated and should no longer be used.**
13
14 ## Functions
15
16 - `rbfu-rubies`: lists all installed rubies available to rbfu.
17
18 - `rvm_prompt_info`: shows the Ruby version being used with rbfu.