From 9f3d4ef0efeb738730b63a9b3f504cd8468932c9 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 29 Jul 2019 02:53:16 -0700 Subject: [PATCH] don't include a/b prefixes in diff command --- home/-shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/-shrc b/home/-shrc index c09a828..2b35ad2 100644 --- a/home/-shrc +++ b/home/-shrc @@ -139,7 +139,7 @@ ll() { # providing extra functionality {{{2 -alias diff="git diff --color=auto --no-ext-diff --no-index" +alias diff="git diff --color=auto --no-ext-diff --no-index --no-prefix" alias gc="git column --mode=dense --padding=2" alias counts='find . | wc -l' alias nocom='grep -Ev --line-buffered --color=never "^[[:space:]]*(//|#)"'