diff options
| -rw-r--r-- | .chezmoi.toml.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index fc66123..e25775c 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -34,3 +34,7 @@ [edit] command = "nvim" + +[git] + autoCommit = true + commitMessageTemplate = "{{ promptString \"Commit message\" }}" |
