rake.plugin.zsh 530 B

123456789
  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 brackts for rake task invocation
  5. alias 'bin/rake'='noglob bin/rake' # support use of binstub
  6. alias brake='noglob bundle exec rake' # execute the bundled rake gem
  7. alias srake='noglob sudo rake' # noglob must come before sudo
  8. alias sbrake='noglob sudo bundle exec rake' # altogether now ...