From 2423aa9c2f3f7b5284695be968fd3ec302df2574 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 11 Sep 2024 09:29:29 -0400 Subject: [PATCH] fix chezmoi diff pager --- .chezmoi.yaml.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.chezmoi.yaml.tmpl b/.chezmoi.yaml.tmpl index e22f469..a15763e 100644 --- a/.chezmoi.yaml.tmpl +++ b/.chezmoi.yaml.tmpl @@ -2,3 +2,5 @@ sourceDir: ~/repos/dotfiles merge: command: vim args: "-d" +diff: + pager: "less -R"