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