Files
dotfiles/git/.gitconfig
2025-12-15 19:10:26 +01:00

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}'