From 91edf3e5dd0da74bce75e5eb9619e9815c5dc31a Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Thu, 25 Jul 2013 20:25:01 -0400 Subject: [PATCH] shit the other message to util was for this :( It was "too early" --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index b1a27541c..46f8a2d61 100644 --- a/zshrc +++ b/zshrc @@ -79,7 +79,7 @@ alias l="ls" alias gs="git s" # short status alias glp="git log -p --no-ext-diff" alias gdt="git difftool" -alias gd="git diff" +alias gd="git diff --no-ext-diff" alias gdc="gd --cached" alias gg="git lg" alias gcm="git commit -am"