From 06b92a339ff5dcb168d08d9ab5565a5d1d01a5aa Mon Sep 17 00:00:00 2001 From: "Lockszmith (@kateryna)" Date: Thu, 7 Aug 2025 21:06:52 -0400 Subject: [PATCH] Revert workaround for chezmoi's issue #3523 --- chezmoi.roots/_src.all/.chezmoi.toml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chezmoi.roots/_src.all/.chezmoi.toml.tmpl b/chezmoi.roots/_src.all/.chezmoi.toml.tmpl index 29cdead..1a0c0aa 100644 --- a/chezmoi.roots/_src.all/.chezmoi.toml.tmpl +++ b/chezmoi.roots/_src.all/.chezmoi.toml.tmpl @@ -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: