(git) introducting diff-so-fancy
This commit is contained in:
parent
ed9ef50e66
commit
2cdab434ac
3 changed files with 10 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
gpgsign = true
|
||||
[core]
|
||||
autocrlf = false
|
||||
pager = less -FRX
|
||||
pager = diff-so-fancy | less --tabs=2 -RF
|
||||
[gpg]
|
||||
format = ssh
|
||||
[http]
|
||||
|
@ -26,3 +26,9 @@
|
|||
|
||||
[include]
|
||||
path = ~/.local/config/git
|
||||
[interactive]
|
||||
diffFilter = diff-so-fancy --patch
|
||||
[diff-so-fancy]
|
||||
markEmptyLines = true
|
||||
changeHunkIndicators = true
|
||||
rulerWidth = 40
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue