chore(scripts): re-add support delta
parent
5539c53047
commit
2f9a2567a4
|
@ -31,3 +31,7 @@ git config --global pull.rebase true
|
|||
git config --global pull.twohead ort
|
||||
git config --global push.autoSetupRemote true
|
||||
git config --global rebase.stat true
|
||||
|
||||
# https://github.com/dandavison/delta
|
||||
git config --global core.pager delta
|
||||
git config --global delta.navigate true
|
||||
|
|
Loading…
Reference in New Issue