mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Update paths for ssh keys
This commit is contained in:
parent
24de485488
commit
9ef35aee1c
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
Host *
|
||||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/github_personal
|
||||
IdentityFile ~/.ssh/keys/github_personal
|
||||
|
Loading…
x
Reference in New Issue
Block a user