From ec4b928a8bb160934fc9439e2a79707639a9f018 Mon Sep 17 00:00:00 2001 From: inkch Date: Thu, 18 Jan 2024 12:44:55 +0900 Subject: [PATCH] use `delta` as pager --- .chezmoi.toml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 095a79e..c0f9881 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -2,7 +2,7 @@ command = "nvim" [diff] - command = "delta" + pager = "delta" [merge] command = "nvim"