dot_files/dot_oh-my-zsh/plugins/jruby
Viktor Barzin 58ef6d327f initial
2025-11-22 22:51:27 +00:00
..
jruby.plugin.zsh initial 2025-11-22 22:51:27 +00:00
README.md initial 2025-11-22 22:51:27 +00:00

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