diff options
| author | Marc Cornellà <marc.cornella@live.com> | 2018-10-28 13:39:26 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-28 13:39:26 +0100 | 
| commit | b6f629dc1c63c354d1e635f36a0f016554354a86 (patch) | |
| tree | f9db5e90575448b913bb521949d91e4b90e56d04 /plugins/git-flow-avh | |
| parent | 8f777f30bbb97f27b855bad5585619da499ea7e1 (diff) | |
| download | zsh-b6f629dc1c63c354d1e635f36a0f016554354a86.tar.gz zsh-b6f629dc1c63c354d1e635f36a0f016554354a86.tar.bz2 zsh-b6f629dc1c63c354d1e635f36a0f016554354a86.zip | |
delete not applicable comments
Diffstat (limited to 'plugins/git-flow-avh')
| -rw-r--r-- | plugins/git-flow-avh/git-flow-avh.plugin.zsh | 22 | 
1 files changed, 0 insertions, 22 deletions
| diff --git a/plugins/git-flow-avh/git-flow-avh.plugin.zsh b/plugins/git-flow-avh/git-flow-avh.plugin.zsh index db8b5ff89..860ca55c5 100644 --- a/plugins/git-flow-avh/git-flow-avh.plugin.zsh +++ b/plugins/git-flow-avh/git-flow-avh.plugin.zsh @@ -1,25 +1,3 @@ -#!zsh -# -# Installation -# ------------ -# -# To achieve git-flow completion nirvana: -# -#  0. Update your zsh's git-completion module to the newest version. -#     From here: https://github.com/zsh-users/zsh/blob/master/Completion/Unix/Command/_git -# -#  1. Install this file. Either: -# -#     a. Place it in your .zshrc: -# -#     b. Or, copy it somewhere (e.g. ~/.git-flow-completion.zsh) and put the following line in -#        your .zshrc: -# -#            source ~/.git-flow-completion.zsh -# -#     c. Or, use this file as a oh-my-zsh plugin. -# -  _git-flow ()  {      local curcontext="$curcontext" state line | 
