dotfiles

[ACTIVE] managed with chezmoi
git clone git://git.figbert.com/dotfiles.git
Log | Files | Refs

commit 455dbd7b731decce8fbc2530c9353e9b1ba2c602
parent 26ea1d799d25f6e5d172bfa864eb517555874471
Author: FIGBERT <figbert@figbert.com>
Date:   Thu, 22 Jul 2021 18:58:31 -0700

Change gpg to gpg2 in gitconfig when on Linux

Diffstat:
Mdot_gitconfig.tmpl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl @@ -18,7 +18,7 @@ [pull] rebase = true [gpg] - program = gpg + program = gpg{{ if eq .chezmoi.os "linux" }}2{{ end }} [delta] line-numbers = true [credential]