Browse Source

added jexec

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

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

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