[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#45110: [PATCH] gnu: gita: Install shell completions.
From: |
Oleg Pykhalov |
Subject: |
bug#45110: [PATCH] gnu: gita: Install shell completions. |
Date: |
Tue, 08 Dec 2020 08:13:51 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hello.
Awesome, thank you!
Small addition. As described in discussion [1] we don't need to return
a boolean in phases.
[1] https://lists.gnu.org/archive/html/guix-devel/2020-11/msg00585.html
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 95d6c220c0..8504c8b006 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2959,8 +2959,7 @@ defects faster.")
(string-append bash-completion "/gita"))
(mkdir-p zsh-completion)
(copy-file ".gita-completion.zsh"
- (string-append zsh-completion "/_gita"))
- #t))))))
+ (string-append zsh-completion "/_gita"))))))))
(home-page "https://github.com/nosarthur/gita")
(synopsis "Command-line tool to manage multiple Git repos")
(description "This package provides a command-line tool to manage
Pushed to master.
Oleg.
signature.asc
Description: PGP signature