16 lines
303 B
Plaintext
16 lines
303 B
Plaintext
[include]
|
|
path = gitlab.config
|
|
[includeIf "gitdir:~/Projects/dotfiles-github/"]
|
|
path = github.config
|
|
[commit]
|
|
gpgsign = true
|
|
[difftool "meld"]
|
|
path = /usr/bin/meld
|
|
[submodule]
|
|
recurse = true
|
|
[color "status"]
|
|
added = 076
|
|
untracked = 014
|
|
[core]
|
|
pager = diff-so-fancy | less --tabs=4 -RFX
|