# HG changeset patch # User zegervdv # Date 1664702908 -7200 # Node ID 0b30faf23a075ca79cf0eb8ca01d82b6b1fd83a8 # Parent 02add24dd71d544e77141c482b894d98bd139e8b chore: exclude scripts from chezmoi diff diff -r 02add24dd71d -r 0b30faf23a07 .chezmoi.toml.tmpl --- a/.chezmoi.toml.tmpl Sat Oct 01 22:22:36 2022 +0200 +++ b/.chezmoi.toml.tmpl Sun Oct 02 11:28:28 2022 +0200 @@ -35,3 +35,6 @@ [merge] command = "nvim" args = ["-d", {{ "{{ .Destination }}" | quote }}, {{ "{{ .Source }}" | quote }}, {{ "{{ .Target }}" | quote }}] + +[diff] + exclude = ["scripts"]