diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2025-08-22 14:06:43 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 4797b4342a1673d49fb956530b92a6b6c8042f6b (patch) | |
| tree | 8fab95d5dd10ac872b479d60dda6c547023fa49b | |
| parent | 510346e10839934217cc0885cf724642f831212f (diff) | |
feat(chezmoi): set auto commit and prompt for message
| -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\" }}" |
