浏览代码

added jexec

Volker Pacher 13 年之前
父节点
当前提交
5c37c85fb4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/jruby/jruby.plugin.zsh

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

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