]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/plugins/rake/rake.plugin.zsh
merge oh-my-zsh into subdir
[dotfiles.git] / zsh / plugins / rake / rake.plugin.zsh
diff --git a/zsh/plugins/rake/rake.plugin.zsh b/zsh/plugins/rake/rake.plugin.zsh
new file mode 100644 (file)
index 0000000..16b933c
--- /dev/null
@@ -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 ... 
+
+