From 720e667e948eb5041cdb5990f735eff03542de68 Mon Sep 17 00:00:00 2001 From: hok7z Date: Wed, 4 Jan 2023 14:12:55 +0200 Subject: [PATCH] Modified: .config/git/config --- .config/git/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 55ad538..225dd75 100644 --- a/.config/git/config +++ b/.config/git/config @@ -6,4 +6,6 @@ [core] editor = nvim pager = less - excludesfile = .gitignore + excludesfile = .gitignore +[diff] + noprefix = true