16 lines
279 B
INI
16 lines
279 B
INI
[user]
|
|
name = Tim
|
|
[core]
|
|
excludesfile = ~/.gitignore
|
|
[push]
|
|
default = current
|
|
[init]
|
|
defaultBranch = master
|
|
[include]
|
|
path = ~/.gitconfig.local
|
|
|
|
|
|
[filter "cleanFishVars"]
|
|
clean = awk '!/SETUVAR _.*/{print}'
|
|
[diff "fish_variables"]
|
|
textconv = awk '!/SETUVAR _.*/{print}' |