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