-
I set custom diff command in my diff:
pager: delta
command: delta It works when the diff is invoked thru But, I'd like to see custom diff in verbose output too. For example when I run ❯ chezmoi apply -v ~/.config/git/config
diff --git a/.config/git/config b/.config/git/config
index 7e2fdf2cae5e269c70f781e2b7a157a5133e9117..16319679de505c9e0b8c4c32a6d35b3773312c2a 100600
--- a/.config/git/config
+++ b/.config/git/config
@@ -35,8 +35,6 @@ features = side-by-side line-numbers decorations navigate hyperlinks
syntax-theme = catppuccin
- plus-style = syntax "#003800"
- minus-style = syntax "#3f0001"
[delta "decorations"]
file-style = bold yellow ul I would like to see the diff with custom diff and the diff pager disabled in verbose output, how can I do that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for opening this. Indeed, the current state is the |
Beta Was this translation helpful? Give feedback.
Thanks for opening this. Indeed, the current state is the
chezmoi apply
always uses the builtin diff rather than the user's preferred diff command. I'll convert this into an issue to track it as a feature request.