From 99001c45f5ec60c0a782df00b658a758171d7b1d Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Thu, 15 May 2025 09:54:57 -0500 Subject: [PATCH] use relative path in .gitconfig --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 446fafa..39d30ca 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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]