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
|
verbose = true
|
||||||
[core]
|
[core]
|
||||||
abbrev = 12
|
abbrev = 12
|
||||||
excludesfile = ~/.config/git/ignore
|
|
||||||
pager = diff-so-fancy | less --tabs=8 -Rg -+FX
|
pager = diff-so-fancy | less --tabs=8 -Rg -+FX
|
||||||
[diff]
|
[diff]
|
||||||
submodule = log
|
submodule = log
|
||||||
|
|||||||
Reference in New Issue
Block a user