rake.plugin.zsh 430 B

12345678910
  1. # Thank you Jim for everything you contributed to the Ruby and open source community
  2. # over the years. We will miss you dearly.
  3. alias jimweirich="rake"
  4. alias rake="noglob rake" # allows square brackets for rake task invocation
  5. alias brake='noglob bundle exec rake' # execute the bundled rake gem
  6. alias srake='noglob sudo rake' # noglob must come before sudo
  7. alias sbrake='noglob sudo bundle exec rake' # altogether now ...