git: add dt difftool alias

This commit is contained in:
Daniel Lundin 2022-03-29 14:45:38 +02:00
parent 43e017cc20
commit e7b818f639

View file

@ -24,6 +24,7 @@ b = branch -va
cl = clone --filter=blob:none
d = diff --stat -p -C
ds = diff --staged --stat -p -C
dt = difftool
du = !"git --no-pager diff --stat -p -C --color=always"
patch = !git --no-pager diff --no-color
co = checkout