1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-21 22:03:28 +02:00

Merge pull request #1190 from vpacher/master

added jruby plugin
This commit is contained in:
Robby Russell
2012-06-24 12:36:15 -07:00
+4
View File
@@ -0,0 +1,4 @@
# Aliases
alias jrspec='jruby --debug -S rspec --debug'
alias jprofile='jruby --profile.api -S rspec'
alias jexec='jruby -S'