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: