Files
dotfiles/zsh/.oh-my-zsh/plugins/jruby/jruby.plugin.zsh
Christian Nieves 76a6480b62 Populate repo
2022-04-19 15:50:47 +00:00

5 lines
125 B
Bash

# Aliases
alias jrspec='jruby --debug -S rspec --debug'
alias jprofile='jruby --profile.api -S rspec'
alias jexec='jruby -S'