~ruther/guix-local

be3ed52d7ba3038fe9350b43941613db1d10f032 — Ludovic Courtès 11 years ago 16629c8
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/version-control.scm
M gnu/packages/version-control.scm => gnu/packages/version-control.scm +1 -1
@@ 154,7 154,7 @@ as well as the classic centralized workflow.")
             ;; TODO: Install the tcsh and zsh completions in the right place.
             (mkdir-p completions)
             (copy-file "contrib/completion/git-completion.bash"
                        (string-append completions "/git.sh"))
                        (string-append completions "/git"))
             #t))
         (alist-cons-after
          'install 'split