diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-10-23 14:43:09 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-23 14:43:09 +0900 |
commit | c1ec35dd48ddc0d18249638f18888baf9b07d422 (patch) | |
tree | 58587fc8d6b6edcd0b2e9ef13ef8781ed935c657 /contrib | |
parent | 12a4aeaad8aa2071f9b20f6ac87454c5f6d2d4fb (diff) | |
parent | 176f5adfdb01abeede867a305c427cf8b2f48c0e (diff) | |
download | git-c1ec35dd48ddc0d18249638f18888baf9b07d422.tar.gz |
Merge branch 'mb/clarify-zsh-completion-doc'
The installation instruction for zsh completion script (in
contrib/) has been a bit improved.
* mb/clarify-zsh-completion-doc:
completion: clarify installation instruction for zsh
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/completion/git-completion.zsh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/completion/git-completion.zsh b/contrib/completion/git-completion.zsh index 886bf95d1f..eef4eff53d 100644 --- a/contrib/completion/git-completion.zsh +++ b/contrib/completion/git-completion.zsh @@ -11,8 +11,9 @@ # # zstyle ':completion:*:*:git:*' script ~/.git-completion.zsh # -# The recommended way to install this script is to copy to '~/.zsh/_git', and -# then add the following to your ~/.zshrc file: +# The recommended way to install this script is to make a copy of it in +# ~/.zsh/ directory as ~/.zsh/git-completion.zsh and then add the following +# to your ~/.zshrc file: # # fpath=(~/.zsh $fpath) |