mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
git: add diff-highlight script for portability
This commit is contained in:
@ -5,9 +5,9 @@
|
||||
[core]
|
||||
autocrlf = input
|
||||
excludesfile = $HOME/.config/git/gitignore
|
||||
pager = /usr/share/git/diff-highlight/diff-highlight | $PAGER
|
||||
pager = diff-highlight | $PAGER
|
||||
[interactive]
|
||||
diffFilter = /usr/share/git/diff-highlight/diff-highlight
|
||||
diffFilter = diff-highlight
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[push]
|
||||
|
Reference in New Issue
Block a user