Browse Source

Merge pull request #1190 from vpacher/master

added jruby plugin
Robby Russell 12 years ago
parent
commit
d165a84dc0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      plugins/jruby/jruby.plugin.zsh

+ 4 - 0
plugins/jruby/jruby.plugin.zsh

@@ -0,0 +1,4 @@
+# Aliases
+alias jrspec='jruby --debug -S rspec --debug'
+alias jprofile='jruby --profile.api -S rspec'
+alias jexec='jruby -S'