diff options
| author | Robby Russell <robby@planetargon.com> | 2014-02-25 20:27:51 -0800 | 
|---|---|---|
| committer | Robby Russell <robby@planetargon.com> | 2014-02-25 20:27:51 -0800 | 
| commit | 6b3c9537754b4a2180648258341ae2d7ca203d1e (patch) | |
| tree | 93ff44d4df1d83ac3c3f14637e771c37b23c9c7b /plugins/rake | |
| parent | 6cc240811fd5756a7e2fd1a79ac529ca5f284e1d (diff) | |
| parent | 74ad998ad0c9452814cbc38e3efc7c0670b7496a (diff) | |
| download | zsh-6b3c9537754b4a2180648258341ae2d7ca203d1e.tar.gz zsh-6b3c9537754b4a2180648258341ae2d7ca203d1e.tar.bz2 zsh-6b3c9537754b4a2180648258341ae2d7ca203d1e.zip  | |
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/rake')
| -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  | 
