]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/jruby/jruby.plugin.zsh
bb7975b1071c2966f68bbf354123982f8397db32
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / jruby / jruby.plugin.zsh
1 # Aliases
2 alias jrspec='jruby --debug -S rspec --debug'
3 alias jprofile='jruby --profile.api -S rspec'
4 alias jexec='jruby -S'