Replies: 1 comment
-
|
No. Commands with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On a new system, before running
chezmoi init, it looks like runningchezmoi git -- log, triggers logic forchezmoi init.chezmoi statusreturns 0 instead of 1 afterwards, it just feels as if init has ran. For example, thechezmoi purgecommand reacts and deletes everything as ifchezmoi initwas completed beforehand.Probably related to entries where "createSourceDirectoryIfNeeded" occurs, for example
createSourceDirectoryIfNeeded. Ifchezmoi initis not called by the user, it looks like other commands will indirectly init the chezmoi repo, is this correct?Beta Was this translation helpful? Give feedback.
All reactions