mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-17 13:59:29 +02:00
5 lines
125 B
Bash
Executable File
5 lines
125 B
Bash
Executable File
# Aliases
|
|
alias jrspec='jruby --debug -S rspec --debug'
|
|
alias jprofile='jruby --profile.api -S rspec'
|
|
alias jexec='jruby -S'
|