gnu: git: Install Bash completion as 'etc/bash_completion.d/git'.
* gnu/packages/version-control.scm (git)[arguments] <install-shell-completion>: Change "git.sh" to "git" as the completion module file name.
This commit is contained in:
parent
16629c8adf
commit
be3ed52d7b
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ as well as the classic centralized workflow.")
|
||||||
;; TODO: Install the tcsh and zsh completions in the right place.
|
;; TODO: Install the tcsh and zsh completions in the right place.
|
||||||
(mkdir-p completions)
|
(mkdir-p completions)
|
||||||
(copy-file "contrib/completion/git-completion.bash"
|
(copy-file "contrib/completion/git-completion.bash"
|
||||||
(string-append completions "/git.sh"))
|
(string-append completions "/git"))
|
||||||
#t))
|
#t))
|
||||||
(alist-cons-after
|
(alist-cons-after
|
||||||
'install 'split
|
'install 'split
|
||||||
|
|
Reference in a new issue