mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-13 09:20:09 +00:00
0e41181d54
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
10 lines
430 B
Bash
10 lines
430 B
Bash
# Thank you Jim for everything you contributed to the Ruby and open source community
|
|
# over the years. We will miss you dearly.
|
|
alias jimweirich="rake"
|
|
|
|
alias rake="noglob rake" # allows square brackets for rake task invocation
|
|
alias brake='noglob bundle exec rake' # execute the bundled rake gem
|
|
alias srake='noglob sudo rake' # noglob must come before sudo
|
|
alias sbrake='noglob sudo bundle exec rake' # altogether now ...
|
|
|
|
|