jruby.plugin.zsh 125 B

1234
  1. # Aliases
  2. alias jrspec='jruby --debug -S rspec --debug'
  3. alias jprofile='jruby --profile.api -S rspec'
  4. alias jexec='jruby -S'