Revert workaround for chezmoi's issue #3523
This commit is contained in:
parent
174dcac08d
commit
06b92a339f
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ scriptTempDir={{ $scriptTempDir | quote }}
|
||||||
|
|
||||||
command = "delta"
|
command = "delta"
|
||||||
args = ["--paging=never", "{{ "{{ .Destination }}" }}", "{{ "{{ .Target }}" }}"]
|
args = ["--paging=never", "{{ "{{ .Destination }}" }}", "{{ "{{ .Target }}" }}"]
|
||||||
pager = "delta" # Required until https://github.com/twpayne/chezmoi/issues/3523 is resolved.
|
# pager = "delta" # Required until https://github.com/twpayne/chezmoi/issues/3523 is resolved.
|
||||||
# pager = "moar"
|
pager = "moar"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
# vim: set ft=toml expandtab tabstop=2 shiftwidth=2:
|
# vim: set ft=toml expandtab tabstop=2 shiftwidth=2:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue