Update paths for ssh keys

This commit is contained in:
Tyler Starr 2023-01-09 17:28:01 -08:00
parent 24de485488
commit 9ef35aee1c
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
user = "starr-dusT"
[core]
sshCommand = "ssh -i ~/.ssh/personal_github"
sshCommand = "ssh -i ~/.ssh/keys/personal_github"
[includeIf "gitdir:~/devel/work/**"]
path = ~/devel/work/.gitconfig.work

View File

@ -1,3 +1,3 @@
Host *
AddKeysToAgent yes
IdentityFile ~/.ssh/github_personal
IdentityFile ~/.ssh/keys/github_personal