chore(scripts): re-add support delta

main
sudo pacman -Syu 2023-10-06 14:33:59 +07:00
parent 5539c53047
commit 2f9a2567a4
1 changed files with 4 additions and 0 deletions

View File

@ -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