Skip to content

Commit c1ec35d

Browse files
committed
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
2 parents 12a4aea + 176f5ad commit c1ec35d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contrib/completion/git-completion.zsh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
#
1212
# zstyle ':completion:*:*:git:*' script ~/.git-completion.zsh
1313
#
14-
# The recommended way to install this script is to copy to '~/.zsh/_git', and
15-
# then add the following to your ~/.zshrc file:
14+
# The recommended way to install this script is to make a copy of it in
15+
# ~/.zsh/ directory as ~/.zsh/git-completion.zsh and then add the following
16+
# to your ~/.zshrc file:
1617
#
1718
# fpath=(~/.zsh $fpath)
1819

0 commit comments

Comments
 (0)