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"
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue