remove prefix in filename for git diff

This commit is contained in:
Morgan Wattiez 2019-10-10 13:13:30 +02:00
parent 9a187ea83f
commit beb51f532e

View File

@ -28,3 +28,5 @@
autocorrect = -1 # not more git psuh
[core]
pager = diff-so-fancy | less --tabs=4 -RFX
[diff]
noprefix = true