changeset 683:0b30faf23a07

chore: exclude scripts from chezmoi diff
author zegervdv <zegervdv@me.com>
date Sun, 02 Oct 2022 11:28:28 +0200
parents 02add24dd71d
children 0bea9fd463b5
files .chezmoi.toml.tmpl
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"]