Back to Chezmoi

Warnings

assets/chezmoi.io/docs/reference/configuration-file/warnings.md

2.70.2662 B
Original Source

Warnings

By default, chezmoi will warn you when it encounters potential problems. Some of these warnings can be suppressed by setting values in configuration file.

VariableTypeDefaultDescription
configFileTemplateHasChangedbooltrueWarn when the config file template has changed

!!! example

<!-- example-formats -->
```toml title="~/.config/chezmoi/chezmoi.toml"
[warnings]
    configFileTemplateHasChanged = false
```
<!-- /example-formats -->