ohmyzsh/plugins/jruby
Zach Whitten 77ad69e080 jruby: add README (#8190) 2019-10-01 21:21:05 +02:00
..
README.md jruby: add README (#8190) 2019-10-01 21:21:05 +02:00
jruby.plugin.zsh Removed unnecessary execute permissions for some plugins 2014-05-29 10:58:17 +02:00

README.md

JRuby plugin

This plugin adds aliases for JRuby.

To use it, add jruby to the plugins array in your zshrc file:

plugins=(... jruby)

Requirements

This plugin assumes you already have jruby installed and available in your path.

Aliases

Alias Command
jrspec jruby --debug -S rspec --debug
jprofile jruby --profile.api -S rspec
jexec jruby -S