1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-22 05:40:08 +00:00

Reword and add extra information

This commit is contained in:
Marc Cornellà 2019-10-09 18:12:58 +02:00 committed by GitHub
parent 7d410549cd
commit 98cd133c4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,10 @@
# chruby plugin # 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: To use it, add `chruby` to the plugins array in your zshrc file:
```zsh ```zsh
plugins=(... chruby) plugins=(... chruby)
``` ```