From ef3e3387b70c537bbe33edce0e72ed94f8ff73e8 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 6 May 2022 20:04:50 +0200 Subject: [PATCH] git: Remove `core.excludesfile` option Remove the `core.excludesfile` option as it only sets the default value `${XDG_CONFIG_HOME:-$HOME/.config}/git/ignore` but while hardcoding the default value `~/.config` for `XDG_CONFIG_HOME`. --- .config/git/config | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index f000469..a1a48ae 100644 --- a/.config/git/config +++ b/.config/git/config @@ -27,7 +27,6 @@ verbose = true [core] abbrev = 12 - excludesfile = ~/.config/git/ignore pager = diff-so-fancy | less --tabs=8 -Rg -+FX [diff] submodule = log