Commit 8f1a5d3f authored by max sharples's avatar max sharples
Browse files

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

parent 7a41498b
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 ...
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment