diff options
author | Alexandre <alexandre.lacheze@gmail.com> | 2011-11-02 13:29:28 +0100 |
---|---|---|
committer | Alexandre <alexandre.lacheze@gmail.com> | 2011-11-02 13:29:28 +0100 |
commit | a78387cb5d46c98336a8fa0abd72d682f1c00c8b (patch) | |
tree | b80382484242779acbc8a6b46b0d71212e093920 /plugins/jake-node | |
parent | 0f13387b074aa20b035251ea85e4f8a82eddbfa8 (diff) | |
download | zsh-a78387cb5d46c98336a8fa0abd72d682f1c00c8b.tar.gz zsh-a78387cb5d46c98336a8fa0abd72d682f1c00c8b.tar.bz2 zsh-a78387cb5d46c98336a8fa0abd72d682f1c00c8b.zip |
Minor modifications in comment-header
Diffstat (limited to 'plugins/jake-node')
-rw-r--r-- | plugins/jake-node/jake-node.plugin.zsh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/jake-node/jake-node.plugin.zsh b/plugins/jake-node/jake-node.plugin.zsh index d629fa4bc..d365aee9b 100644 --- a/plugins/jake-node/jake-node.plugin.zsh +++ b/plugins/jake-node/jake-node.plugin.zsh @@ -1,7 +1,7 @@ -##-----Autocomplete for Jake tool---- +#---oh-my-zsh plugin : take Autocomplete for Jake tool--- # Jake : https://github.com/mde/jake -# Warning : Jakefile should have the right cas : Jakefile -# Add a .jake_tasks file to your working directory +# Warning : Jakefile should have the right case : Jakefile +# Warnign : Add a .jake_tasks file to your working directory # Author : Alexandre Lacheze (@al3xstrat) # Inspiration : http://weblog.rubyonrails.org/2006/3/9/fast-rake-task-completion-for-zsh |