diff options
author | Adam M. Stück <adam@adast.xyz> | 2022-12-05 09:02:00 +0100 |
---|---|---|
committer | Adam M. Stück <adam@adast.xyz> | 2022-12-05 09:02:00 +0100 |
commit | 45fc5bbc2c0b68c0011894db46cd59c582dee0bc (patch) | |
tree | ad9e879ca6a409c5050a3de49443af7b31ae164b /.config/git | |
parent | f41f0a318734ea43b7017aa0fb737f003d7f9102 (diff) |
Removed git config
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/config | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.config/git/config b/.config/git/config deleted file mode 100644 index bbd2037..0000000 --- a/.config/git/config +++ /dev/null @@ -1,21 +0,0 @@ -[user] - name = adam - email = 56338480+adastx@users.noreply.github.com - -[core] - pager = delta - -[interactive] - diffFilter = delta --color-only - -[delta] - syntax-theme = TwoDark - diff-so-fancy = true - navigate = true - file-style = omit - -[merge] - conflictstyle = diff3 - -[diff] - colorMoved = default |