Newer
Older
zsh_settings / .zsh_plugins / jruby / jruby.plugin.zsh
@aoi1049 aoi1049 on 5 Feb 2019 125 bytes first commit.
# Aliases
alias jrspec='jruby --debug -S rspec --debug'
alias jprofile='jruby --profile.api -S rspec'
alias jexec='jruby -S'