From 8d56ef0940509139a81b8e1b3a0425eaf98e8db2 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Sat, 4 Nov 2023 15:23:57 +0000 Subject: [PATCH] feat(shell): let the delta theme be defined by base16-shell When using light and dark theme I had to keep changing the git config so git diff was readable. I have found that base16 shell has built in support for delta so we can remove this config and let base16 shell deal with it. See: https://github.com/tinted-theming/base16-shell/blob/9706041539504a7dda5bf2411a0f513cce8460ad/hooks/base16-delta.sh --- site-modules/core/templates/git/gitconfig.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/site-modules/core/templates/git/gitconfig.erb b/site-modules/core/templates/git/gitconfig.erb index 409119d..bb7332c 100644 --- a/site-modules/core/templates/git/gitconfig.erb +++ b/site-modules/core/templates/git/gitconfig.erb @@ -29,7 +29,6 @@ diffFilter = delta --color-only [delta] - light = true line-numbers = true navigate = true hunk-header-style = raw