From f0a5d376ecf296442411bb7e578f8f585a46c169 Mon Sep 17 00:00:00 2001 From: "Lockszmith (@kateryna)" Date: Wed, 23 Jul 2025 08:18:05 -0400 Subject: [PATCH] Should resolve chezmoi apply diff view --- chezmoi.roots/_src.all/.chezmoi.toml.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chezmoi.roots/_src.all/.chezmoi.toml.tmpl b/chezmoi.roots/_src.all/.chezmoi.toml.tmpl index 08ec9f3..29cdead 100644 --- a/chezmoi.roots/_src.all/.chezmoi.toml.tmpl +++ b/chezmoi.roots/_src.all/.chezmoi.toml.tmpl @@ -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: