1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-23 06:43:29 +02:00

added plugin for jruby

This commit is contained in:
Volker Pacher
2012-06-22 18:27:21 +01:00
parent 3ac3141cd6
commit 3aa0cb74d0
+3
View File
@@ -0,0 +1,3 @@
# Aliases
alias jrspec='jruby --debug -S rspec --debug'
alias jprofile='jruby --profile.api -S rspec'