From f7060ac932cd25740a578cac30d14b3da4b465e5 Mon Sep 17 00:00:00 2001 From: rkiel Date: Sat, 18 Jul 2015 08:49:24 -0400 Subject: [PATCH] bashrc: commit add clear before diff --- dotfiles/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/bashrc b/dotfiles/bashrc index 8465e1e..04a0d76 100644 --- a/dotfiles/bashrc +++ b/dotfiles/bashrc @@ -7,7 +7,7 @@ alias pull="git pull" alias push="git push" alias master="git checkout master" alias develop="git checkout develop" -alias diff="git diff -w" +alias diff="clear; git diff -w" alias linuxdiff="/usr/bin/diff" alias sysdiff="/usr/bin/diff" #alias log="git log --graph --decorate --abbrev-commit --pretty=oneline"