Skip to content

Commit

Permalink
adds extended delta config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Gaggini committed Jun 13, 2024
1 parent c9b696b commit 98ca2e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@
stag = add -u
unstag = reset HEAD --
change-commits = "!f() { VAR=$1; OLD=$2; NEW=$3; shift 3; git filter-branch --env-filter \"if [[ \\\"$`echo $VAR`\\\" = '$OLD' ]]; then export $VAR='$NEW'; fi\" $@; }; f "
[include]
path = .config/themes.gitconfig
[pager]
pager = delta
diff = delta
show = delta
[delta]
syntax-theme = Nord
dark = true
syntax-theme = base16-256
features = villsau
line-numbers = true
side-by-side = true
line-numbers-left-format = "{nm:>4}┊"
Expand Down

0 comments on commit 98ca2e9

Please sign in to comment.