Should resolve chezmoi apply diff view
This commit is contained in:
parent
970fb68cbf
commit
f0a5d376ec
1 changed files with 3 additions and 2 deletions
|
@ -164,7 +164,8 @@ scriptTempDir={{ $scriptTempDir | quote }}
|
||||||
|
|
||||||
command = "delta"
|
command = "delta"
|
||||||
args = ["--paging=never", "{{ "{{ .Destination }}" }}", "{{ "{{ .Target }}" }}"]
|
args = ["--paging=never", "{{ "{{ .Destination }}" }}", "{{ "{{ .Target }}" }}"]
|
||||||
pager = "moar"
|
pager = "delta" # Required until https://github.com/twpayne/chezmoi/issues/3523 is resolved.
|
||||||
{{- end -}}
|
# pager = "moar"
|
||||||
|
{{- 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