diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-05-22 11:26:05 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-05-22 11:26:05 +0200 |
| commit | 3a7f175db794ec3b59258b4b1033231bb576c3ed (patch) | |
| tree | ed12c6640e9d7956c2e980e58c18847be322c60d /gnu/packages/version-control.scm | |
| parent | 9ded80a3cb75e460e332678e8c081fc29a31d406 (diff) | |
Revert "gnu: git-minimal: Install bash completion beside zsh wrapper."
This reverts commit e12b7e621717f7589d8d713942cf8040b934cd09.
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index fcb1cb880ce..5b8aa5e1b93 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -533,8 +533,6 @@ Python 3.3 and later, rather than on Python 2.") | |||
| 533 | (for-each mkdir-p (list bash zsh)) | 533 | (for-each mkdir-p (list bash zsh)) |
| 534 | (copy-file "contrib/completion/git-completion.bash" | 534 | (copy-file "contrib/completion/git-completion.bash" |
| 535 | (string-append bash "/git")) | 535 | (string-append bash "/git")) |
| 536 | (copy-file "contrib/completion/git-completion.bash" | ||
| 537 | (string-append zsh "/git-completion.bash")) | ||
| 538 | (copy-file "contrib/completion/git-prompt.sh" | 536 | (copy-file "contrib/completion/git-prompt.sh" |
| 539 | (string-append #$output "/bin/git-prompt")) | 537 | (string-append #$output "/bin/git-prompt")) |
| 540 | (copy-file "contrib/completion/git-completion.zsh" | 538 | (copy-file "contrib/completion/git-completion.zsh" |
