diff options
Diffstat (limited to 'oh-my-zsh/plugins/jruby/jruby.plugin.zsh')
-rw-r--r-- | oh-my-zsh/plugins/jruby/jruby.plugin.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/oh-my-zsh/plugins/jruby/jruby.plugin.zsh b/oh-my-zsh/plugins/jruby/jruby.plugin.zsh new file mode 100644 index 0000000..bb7975b --- /dev/null +++ b/oh-my-zsh/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' |