mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
git: Remove diff-so-fancy
This commit is contained in:
parent
c260a480aa
commit
28dda3e9b0
@ -5,7 +5,6 @@
|
|||||||
[core]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
excludesfile = $HOME/.config/git/gitignore
|
excludesfile = $HOME/.config/git/gitignore
|
||||||
pager = diff-so-fancy | less
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[push]
|
[push]
|
||||||
@ -35,8 +34,6 @@
|
|||||||
suppresscc = self
|
suppresscc = self
|
||||||
[diff]
|
[diff]
|
||||||
algorithm = patience
|
algorithm = patience
|
||||||
[interactive]
|
|
||||||
diffFilter = diff-so-fancy --patch-mode
|
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
[color "diff"]
|
[color "diff"]
|
||||||
|
Loading…
Reference in New Issue
Block a user