From beb51f532e5f9434ac618c244e97a40ed0c9c827 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Thu, 10 Oct 2019 13:13:30 +0200 Subject: [PATCH] remove prefix in filename for git diff --- dot_gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_gitconfig b/dot_gitconfig index 5bb5a0b..c1be879 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -28,3 +28,5 @@ autocorrect = -1 # not more git psuh [core] pager = diff-so-fancy | less --tabs=4 -RFX +[diff] + noprefix = true