added a rake plugin to disable zsh file globbing when calling rake tasks with square brackets

This commit is contained in:
max sharples 2012-01-17 13:11:01 +11:00
parent 7a41498b0d
commit 8f1a5d3f15
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
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 ...