]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/plugins/jruby/jruby.plugin.zsh
merge oh-my-zsh into subdir
[dotfiles.git] / zsh / plugins / jruby / jruby.plugin.zsh
diff --git a/zsh/plugins/jruby/jruby.plugin.zsh b/zsh/plugins/jruby/jruby.plugin.zsh
new file mode 100755 (executable)
index 0000000..bb7975b
--- /dev/null
@@ -0,0 +1,4 @@
+# Aliases
+alias jrspec='jruby --debug -S rspec --debug'
+alias jprofile='jruby --profile.api -S rspec'
+alias jexec='jruby -S'