diff --git a/roles/git/templates/gitconfig.j2 b/roles/git/templates/gitconfig.j2
index b6377a2..418784d 100644
--- a/roles/git/templates/gitconfig.j2
+++ b/roles/git/templates/gitconfig.j2
@@ -14,6 +14,7 @@
         ll = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue%an <%ae>%Creset'
 	logadog = log --all --decorate --oneline --graph
 	chlog = log --no-merges --oneline --stat @{1}..
+	d = diff
 	ds = diff --staged
 	dw = diff --word-diff=color
 [diff]