gpg,git: Move gpg.loopback into PATH

Move gpg.loopback into PATH as git's `gpg.program` does not handle paths
with `~` or other environment variables very well.
This commit is contained in:
2022-05-06 21:00:01 +02:00
parent a9debfe7cd
commit 020b39887e
2 changed files with 1 additions and 1 deletions

View File

@@ -34,7 +34,7 @@
[difftool "meld"] [difftool "meld"]
path = /usr/bin/meld path = /usr/bin/meld
[gpg] [gpg]
program = ~/.config/gnupg/gpg.loopback program = gpg.loopback
[init] [init]
defaultBranch = main defaultBranch = main
[log] [log]