more tweaks
This commit is contained in:
parent
61ab8bf9a1
commit
b5e102d8d0
2 changed files with 5 additions and 2 deletions
|
@ -1,2 +1,5 @@
|
|||
[user]
|
||||
email = {{ .email_personal }}
|
||||
|
||||
[core]
|
||||
sshCommand = "ssh -i ~/.ssh/id_rsa_personal"
|
||||
|
|
|
@ -58,9 +58,9 @@
|
|||
defaultBranch = main
|
||||
|
||||
{{ if eq .hosttype "work" -}}
|
||||
[includeIf "gitdir:~/projects/personal"]
|
||||
[includeIf "gitdir:~/projects/personal/"]
|
||||
path = ~/.gitconfig-personal-override
|
||||
|
||||
[includeIf "gitdir:~/.local/share/chezmoi"]
|
||||
[includeIf "gitdir:~/.local/share/chezmoi/"]
|
||||
path = ~/.gitconfig-personal-override
|
||||
{{- end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue