Browse Source

Merge pull request #847 from msharp/master

rake plugin
Robby Russell 12 years ago
parent
commit
6822296d71
1 changed files with 6 additions and 0 deletions
  1. 6 0
      plugins/rake/rake.plugin.zsh

+ 6 - 0
plugins/rake/rake.plugin.zsh

@@ -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 ... 
+
+