Closed yaaama closed 5 months ago
What is the contents of your configuration file?
Hope this helps
encryption = "gpg"
pager = "bat"
[data]
email = "xxxxx@xxxxxxxxxx"
name = "xxxx"
[diff]
# command = "diff-so-fancy"
pager = "diff-so-fancy"
# pager = "bat"
[edit]
# adds changes upon save
watch = false
# apply changes after exiting editor
apply = false
[gpg]
recipients = ["xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"]
args = ["--quiet"]
[completion]
custom = true
[git]
# autoPush = true
# autoAdd = true
# autoCommit = true
Thanks, what the values of your $EDITOR
and $VISUAL
environment variables?
currently they are both empty (I'm messing around with my zshrc)
Thanks for reporting this. I'm not able to reproduce the problem, but #3801 should fix it. Would you be able to test this?
Thanks for reporting this. I'm not able to reproduce the problem, but #3801 should fix it. Would you be able to test this?
It is fixed! Thank you for the speedy replies and support 😄
Describe the bug
I used
chezmoi doctor
and it gives me a stack trace.To reproduce
chezmoi doctor
in the command lineExpected behavior
A clear and concise description of what you expected to happen.
Output of command with the
--verbose
flagOutput of
chezmoi doctor
The stack trace
Extra details
I adjusted my configuration for chezmoi stored in
.config/chezmoi/chezmoi.toml
, then it caused the specified issueI also get the following warnings about the config template being edited or something: