diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-04-17 01:33:44 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 26d089b80516a92846284821157a0c30303600dc (patch) | |
| tree | 92de48af4e210cbe7677bea444dfb7c852a88730 /.chezmoi.toml.tmpl | |
| parent | 5c27c0c88412d04a2e6871dbddf374581db94fd3 (diff) | |
fix(chezmoi): fix syntax for edit command declaration
Diffstat (limited to '.chezmoi.toml.tmpl')
| -rw-r--r-- | .chezmoi.toml.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 038acdc..f9a8b7a 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -27,7 +27,8 @@ git_email = {{ $git_email | quote }} git_name = {{ $git_name | quote }} - edit.command = "nvim" - [diff] exclude = ["scripts"] + +[edit] + command = "nvim" |
