my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
439 B

3 years ago
  1. # rbfu plugin
  2. This plugin starts [rbfu](https://github.com/hmans/rbfu), a minimal Ruby version
  3. manager, and adds some useful functions.
  4. To use it, add `rbfu` to the plugins array in your zshrc file:
  5. ```zsh
  6. plugins=(... rbfu)
  7. ```
  8. **Note: `rbfu` is deprecated and should no longer be used.**
  9. ## Functions
  10. - `rbfu-rubies`: lists all installed rubies available to rbfu.
  11. - `rvm_prompt_info`: shows the Ruby version being used with rbfu.