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`.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user