forked from extern/ohmyzsh
Reword and add extra information
This commit is contained in:
parent
7d410549cd
commit
98cd133c4d
@ -1,9 +1,10 @@
|
||||
# chruby plugin
|
||||
|
||||
This plugin loads the [chruby](https://github.com/postmodern/chruby). Supports brew and manual installation of chruby.
|
||||
This plugin loads [chruby](https://github.com/postmodern/chruby), a tool that changes the
|
||||
current Ruby version, and completion and a prompt function to display the Ruby version.
|
||||
Supports brew and manual installation of chruby.
|
||||
|
||||
To use it, add `chruby` to the plugins array in your zshrc file:
|
||||
|
||||
```zsh
|
||||
plugins=(... chruby)
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user