Add support for rake binstub to rake plugin
This commit is contained in:
parent
3c8a33364f
commit
d1f3275501
@ -6,5 +6,4 @@ 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 ...
|
||||
|
||||
|
||||
alias bin/rake='noglob bin/rake' # support use of binstub
|
||||
|
Loading…
Reference in New Issue
Block a user