diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-09 04:18:56 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-09 04:18:56 -0500 |
| commit | 6c1a2d7d1a76e3cdd023a3c680191c47e69be70b (patch) | |
| tree | 0423b8670025ff016e02a410ab0904ef083b00cf /.chezmoi.toml.tmpl | |
| parent | d27d6f42761013b18f38596f5fee6db2db12fc10 (diff) | |
feat: enable auto commit
Diffstat (limited to '.chezmoi.toml.tmpl')
| -rw-r--r-- | .chezmoi.toml.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 1c7d8aa..bff397e 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -34,3 +34,6 @@ [edit] command = "nvim" + +[git] + autoCommit = true |
