diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index 9bbba0a..26c6d94 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -1,3 +1,5 @@ +[diff] +exclude = ["scripts"] [merge] command = "meld" {{ $email := promptStringOnce . "email" "What is your main git email address " }}