浏览代码

added plugin for jruby

Volker Pacher 13 年之前
父节点
当前提交
3aa0cb74d0
共有 1 个文件被更改,包括 3 次插入0 次删除
  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'