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:
@@ -34,7 +34,7 @@
|
||||
[difftool "meld"]
|
||||
path = /usr/bin/meld
|
||||
[gpg]
|
||||
program = ~/.config/gnupg/gpg.loopback
|
||||
program = gpg.loopback
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[log]
|
||||
|
||||
Reference in New Issue
Block a user