feat: remove difft

This commit is contained in:
Daniel Bauer
2026-08-11 10:47:52 +02:00
parent f165a04aca
commit c4d0a95a81
3 changed files with 3 additions and 28 deletions

View File

@@ -5,7 +5,6 @@
email = {{ .github_email | quote }}
[core]
pager = sh -c 'command -v diff-so-fancy >/dev/null && exec diff-so-fancy || less --tabs=4 -RX'
pager = less
autocrlf = input
attributesFile = {{ .chezmoi.homeDir }}/.gitattributes
[alias]
@@ -35,7 +34,6 @@
[diff]
noprefix = true
colorMoved = True
external = difft
[commit]
verbose = true
[color "status"]