From a96470abdc275ca3d049515778e5ea5cd3d85976 Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Thu, 23 Jul 2026 14:22:22 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9E=20Typo=20in=20Signers=20Fil?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git/gitconfig | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/git/gitconfig b/git/gitconfig index 761354f..59cae90 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -74,11 +74,6 @@ context = white whitespace = yellow reverse -# URL shortcuts -[url "git@github.com:"] - insteadOf = "gh:" -[url "git@github.com:Jake-Pullen/"] - insteadOf = "JP:" [fetch] prune = true [safe] @@ -86,5 +81,6 @@ directory = /mnt/nas/hosted_git/dungeon_masters_vault.git [gpg] format = ssh + [gpg "ssh"] - allowedSignerFile = /home/jake/.ssh/git_allowed_signers + allowedSignersFile = /home/jake/.ssh/git_allowed_signers