ohmyzsh/plugins/rake/rake.plugin.zsh
Charles-Pierre Astolfi a27af0415e ok
2014-04-14 22:00:49 -04:00

10 lines
429 B
Bash
Executable file

# 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 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 ...