Ignore fish variables changes

This commit is contained in:
Tim
2025-12-15 19:10:26 +01:00
parent e60c0e9414
commit 2ad49bf9f9
3 changed files with 7 additions and 13 deletions

View File

@@ -8,3 +8,9 @@
defaultBranch = master
[include]
path = ~/.gitconfig.local
[filter "cleanFishVars"]
clean = awk '!/SETUVAR _.*/{print}'
[diff "fish_variables"]
textconv = awk '!/SETUVAR _.*/{print}'