diff --git a/git/.config/git/config b/git/.config/git/config index fa694ae..19ae355 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -27,7 +27,7 @@ diffword = "!git diff --word-diff=color --word-diff-regex='[0-9A-Za-z_]+'" # word-wise diff, good for prose diffsyn = "!git difftool --tool difftastic" # add syntax-driven diff using treesitter diffside = "!DELTA_FEATURES='+side-by-side' git diff" # add side-by-side diffing - delta = "![ $TERM_DARK=false ] && delta --light || delta" # Take care that we always display right color scheme + delta = "![ $TERM_DARK = false ] && delta --light || delta" # Take care that we always display right color scheme [commit] gpgsign = true # sign commits as me verbose = true # Always show diff when preparing commit message