diff options
author | Robby Russell <robby@planetargon.com> | 2014-02-20 10:18:53 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-02-20 10:18:53 -0800 |
commit | 598a9c6f990756386517d66b6bcf77e53791e905 (patch) | |
tree | a6965c3d618471489b52f768469bff2c1af51a7f | |
parent | 500cbbc79bf407f6a7933d9a8376c1bef2fb7ea9 (diff) | |
download | zsh-598a9c6f990756386517d66b6bcf77e53791e905.tar.gz zsh-598a9c6f990756386517d66b6bcf77e53791e905.tar.bz2 zsh-598a9c6f990756386517d66b6bcf77e53791e905.zip |
Adieu l'ami.
@jimweirich -- You will be missed.
-rw-r--r-- | plugins/rake/rake.plugin.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/rake/rake.plugin.zsh b/plugins/rake/rake.plugin.zsh index 16b933c14..121150017 100644 --- a/plugins/rake/rake.plugin.zsh +++ b/plugins/rake/rake.plugin.zsh @@ -1,3 +1,7 @@ +# Thank you Jim for everything you contributed to the Ruby and open source community +# over the years. We will miss you dearly. +alias jimweirich="rake" + 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 |