We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b683cb commit b311a8aCopy full SHA for b311a8a
.chezmoi.toml.tmpl
@@ -63,7 +63,9 @@
63
64
{{- if and (eq .chezmoi.os "linux") (not (stat $gitCredentialManagerLocation )) -}}
65
{{- writeToStdout "Can't find GCM: https://github.com/GitCredentialManager/git-credential-manager/releases \n" -}}
66
+ {{- writeToStdout "Dirs: [" -}}
67
{{- writeToStdout (join ", " $binroots) -}}
68
+ {{- writeToStdout "]\n" -}}
69
{{- end -}}
70
71
#{{- if and (eq .chezmoi.os "linux") (not (stat "/usr/bin/atuin" )) -}}
0 commit comments