Should resolve chezmoi apply diff view

This commit is contained in:
Lockszmith (@kateryna) 2025-07-23 08:18:05 -04:00
parent 970fb68cbf
commit f0a5d376ec

View file

@ -164,7 +164,8 @@ scriptTempDir={{ $scriptTempDir | quote }}
command = "delta"
args = ["--paging=never", "{{ "{{ .Destination }}" }}", "{{ "{{ .Target }}" }}"]
pager = "moar"
{{- end -}}
pager = "delta" # Required until https://github.com/twpayne/chezmoi/issues/3523 is resolved.
# pager = "moar"
{{- end }}
# vim: set ft=toml expandtab tabstop=2 shiftwidth=2: