]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/rake/rake.plugin.zsh
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / rake / rake.plugin.zsh
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
5 alias rake='noglob rake'                    # allows square brackts for rake task invocation
6 alias 'bin/rake'='noglob bin/rake'          # support use of binstub
7 alias brake='noglob bundle exec rake'       # execute the bundled rake gem
8 alias srake='noglob sudo rake'              # noglob must come before sudo
9 alias sbrake='noglob sudo bundle exec rake' # altogether now ...