Revert workaround for chezmoi's issue #3523

This commit is contained in:
Lockszmith (@kateryna) 2025-08-07 21:06:52 -04:00
parent 174dcac08d
commit 06b92a339f

View file

@ -164,8 +164,8 @@ scriptTempDir={{ $scriptTempDir | quote }}
command = "delta"
args = ["--paging=never", "{{ "{{ .Destination }}" }}", "{{ "{{ .Target }}" }}"]
pager = "delta" # Required until https://github.com/twpayne/chezmoi/issues/3523 is resolved.
# pager = "moar"
# 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: