Browse Source

added plugin for jruby

Volker Pacher 13 years ago
parent
commit
3aa0cb74d0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      plugins/jruby/jruby.plugin.zsh

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

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