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