Reference the home directory
This commit is contained in:
parent
8464252d0f
commit
a857500d43
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
email = {{ .email | quote }}
|
email = {{ .email | quote }}
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
excludesfile = /home/max/.gitignore
|
excludesfile = {{ .chezmoi.homeDir }}/.gitignore
|
||||||
[merge]
|
[merge]
|
||||||
tool = diffuse
|
tool = diffuse
|
||||||
ff = true
|
ff = true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue