dotfiles/zsh/.local/share/oh-my-zsh/plugins/jruby
2024-07-24 23:47:14 +02:00
..
jruby.plugin.zsh fix omz being in wrong directory 2024-07-24 23:47:14 +02:00
README.md fix omz being in wrong directory 2024-07-24 23:47:14 +02: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