1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-16 04:10:42 +01:00

style(rbfu): clean up code

This commit is contained in:
Marc Cornellà
2021-12-13 12:14:45 +01:00
parent e3bb6e685d
commit 7b12fa9799
2 changed files with 38 additions and 31 deletions

View File

@@ -4,6 +4,7 @@ This plugin starts [rbfu](https://github.com/hmans/rbfu), a minimal Ruby version
manager, and adds some useful functions.
To use it, add `rbfu` to the plugins array in your zshrc file:
```zsh
plugins=(... rbfu)
```