mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
7 lines
273 B
Bash
7 lines
273 B
Bash
|
alias rake="noglob rake" # allows square brackts 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 ...
|
||
|
|
||
|
|