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