1
0

Remove old gitconfig template condition

This commit is contained in:
2026-03-25 12:20:23 +03:00
parent c9ff8e4e31
commit f64560f80d
-4
View File
@@ -26,8 +26,4 @@
[rebase]
updateRefs = true
[merge]
{{- if eq .chezmoi.hostname "ftpserver" }}
conflictstyle = diff3
{{- else }}
conflictstyle = zdiff3
{{ end }}