Merge branch 'pd/completion-filenames-fix'
The top-of-the-file instruction for completion scripts (in contrib/) did not name the files correctly. * pd/completion-filenames-fix: Update documentation occurrences of filename .sh
This commit is contained in:
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
# To use these routines:
|
# To use these routines:
|
||||||
#
|
#
|
||||||
# 1) Copy this file to somewhere (e.g. ~/.git-completion.sh).
|
# 1) Copy this file to somewhere (e.g. ~/.git-completion.bash).
|
||||||
# 2) Add the following line to your .bashrc/.zshrc:
|
# 2) Add the following line to your .bashrc/.zshrc:
|
||||||
# source ~/.git-completion.sh
|
# source ~/.git-completion.bash
|
||||||
# 3) Consider changing your PS1 to also show the current branch,
|
# 3) Consider changing your PS1 to also show the current branch,
|
||||||
# see git-prompt.sh for details.
|
# see git-prompt.sh for details.
|
||||||
#
|
#
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#
|
#
|
||||||
# If your script is somewhere else, you can configure it on your ~/.zshrc:
|
# If your script is somewhere else, you can configure it on your ~/.zshrc:
|
||||||
#
|
#
|
||||||
# zstyle ':completion:*:*:git:*' script ~/.git-completion.sh
|
# zstyle ':completion:*:*:git:*' script ~/.git-completion.zsh
|
||||||
#
|
#
|
||||||
# The recommended way to install this script is to copy to '~/.zsh/_git', and
|
# The recommended way to install this script is to copy to '~/.zsh/_git', and
|
||||||
# then add the following to your ~/.zshrc file:
|
# then add the following to your ~/.zshrc file:
|
||||||
|
Reference in New Issue
Block a user