README.md 748 Bytes
Newer Older
Zach Whitten's avatar
Zach Whitten committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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`                                                       |