diff options
author | Marc Cornellà <marc.cornella@live.com> | 2018-10-28 13:39:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-28 13:39:50 +0100 |
commit | 9db3c9455377e15b8125e68a550e751bc5a3203f (patch) | |
tree | b208f4d00c4bef45a7f3df4366a4b3dd0850741c /plugins/git-flow-avh/git-flow-avh.plugin.zsh | |
parent | 70246da9cbc96b33256496e501618b9963ac73ee (diff) | |
parent | b6f629dc1c63c354d1e635f36a0f016554354a86 (diff) | |
download | zsh-9db3c9455377e15b8125e68a550e751bc5a3203f.tar.gz zsh-9db3c9455377e15b8125e68a550e751bc5a3203f.tar.bz2 zsh-9db3c9455377e15b8125e68a550e751bc5a3203f.zip |
git-flow-avh: add README (#7360)
Diffstat (limited to 'plugins/git-flow-avh/git-flow-avh.plugin.zsh')
-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 |