use relative path in .gitconfig

This commit is contained in:
Ryan Cavicchioni 2025-05-15 09:54:57 -05:00
parent ac1fb7c56b
commit 99001c45f5
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

View File

@ -1,7 +1,7 @@
[user]
name = Ryan Cavicchioni
email = ryan@cavi.cc
signingkey = /home/ryan/.ssh/id_ed25519.pub
signingkey = ~/.ssh/id_ed25519.pub
[color]
ui = true
[push]
@ -17,7 +17,7 @@
[log]
showSignature = true
[gpg "ssh"]
allowedSignersFile = /home/ryan/.ssh/allowed_signers
allowedSignersFile = ~/.ssh/allowed_signers
[diff]
tool = meld
[difftool]