diff options
author | Kevin Bongart <contact@kevinbongart.net> | 2014-03-16 16:52:37 -0400 |
---|---|---|
committer | Kevin Bongart <contact@kevinbongart.net> | 2014-03-16 16:52:37 -0400 |
commit | baeac5bec9cc9b2da5ac69054d91ae3838fde402 (patch) | |
tree | a907cd984519ceb7f4ca311a401eb4554950afb0 /plugins/rake-fast | |
parent | 1a029f293541d37e545f4706791ca41ce129600b (diff) | |
download | zsh-baeac5bec9cc9b2da5ac69054d91ae3838fde402.tar.gz zsh-baeac5bec9cc9b2da5ac69054d91ae3838fde402.tar.bz2 zsh-baeac5bec9cc9b2da5ac69054d91ae3838fde402.zip |
Remove copyright information, as per #2588
Diffstat (limited to 'plugins/rake-fast')
-rw-r--r-- | plugins/rake-fast/rake-fast.plugin.zsh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/rake-fast/rake-fast.plugin.zsh b/plugins/rake-fast/rake-fast.plugin.zsh index 0c268355e..320855233 100644 --- a/plugins/rake-fast/rake-fast.plugin.zsh +++ b/plugins/rake-fast/rake-fast.plugin.zsh @@ -15,11 +15,6 @@ # which is inspired by this Ruby on Rails trick from 2006: # http://weblog.rubyonrails.org/2006/3/9/fast-rake-task-completion-for-zsh/ -# Author: Kevin Bongart -# contact@kevinbongart.net -# http://kevinbongart.net -# https://github.com/KevinBongart - _rake_refresh () { if [ -f .rake_tasks ]; then rm .rake_tasks |