mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-13 09:20:09 +00:00
jruby: add README (#8190)
This commit is contained in:
parent
a6d71ddadb
commit
77ad69e080
1 changed files with 21 additions and 0 deletions
21
plugins/jruby/README.md
Normal file
21
plugins/jruby/README.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# JRuby plugin
|
||||||
|
|
||||||
|
This plugin adds aliases for [JRuby](https://www.jruby.org/).
|
||||||
|
|
||||||
|
To use it, add `jruby` to the plugins array in your zshrc file:
|
||||||
|
|
||||||
|
```zsh
|
||||||
|
plugins=(... jruby)
|
||||||
|
```
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
This plugin assumes you already have jruby installed and available in your [path](https://www.jruby.org/getting-started).
|
||||||
|
|
||||||
|
## Aliases
|
||||||
|
|
||||||
|
| Alias | Command |
|
||||||
|
| ------------ | ---------------------------------------------------------------- |
|
||||||
|
| `jrspec` | `jruby --debug -S rspec --debug` |
|
||||||
|
| `jprofile` | `jruby --profile.api -S rspec` |
|
||||||
|
| `jexec` | `jruby -S` |
|
Loading…
Reference in a new issue