]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/jruby/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / jruby / README.md
1 # JRuby plugin
2
3 This plugin adds aliases for [JRuby](https://www.jruby.org/).
4
5 To use it, add `jruby` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... jruby)
9 ```
10
11 ## Requirements
12
13 This plugin assumes you already have jruby installed and available in your [path](https://www.jruby.org/getting-started).
14
15 ## Aliases
16
17 | Alias        | Command                                                          |
18 | ------------ | ---------------------------------------------------------------- |
19 | `jrspec`     | `jruby --debug -S rspec --debug`                                 |
20 | `jprofile`   | `jruby --profile.api -S rspec`                                   |
21 | `jexec`      | `jruby -S`                                                       |