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"
|
user = "starr-dusT"
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
sshCommand = "ssh -i ~/.ssh/personal_github"
|
sshCommand = "ssh -i ~/.ssh/keys/personal_github"
|
||||||
|
|
||||||
[includeIf "gitdir:~/devel/work/**"]
|
[includeIf "gitdir:~/devel/work/**"]
|
||||||
path = ~/devel/work/.gitconfig.work
|
path = ~/devel/work/.gitconfig.work
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Host *
|
Host *
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
IdentityFile ~/.ssh/github_personal
|
IdentityFile ~/.ssh/keys/github_personal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user