Skip to content

Commit

Permalink
fixup! feat: improve git diff and git show
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Jun 12, 2024
1 parent 22394c6 commit 50d38be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
prune = true

[core]
pager = "delta | less -RFX"
pager = "delta --width 150 | less -RFX"
excludesFile = ~/.gitignore
autocrlf = false

Expand Down

0 comments on commit 50d38be

Please sign in to comment.