From c05fffdbbe1fec46e6b0a5bd454f961ed1c71dd8 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 7 Apr 2015 14:48:01 -0700 Subject: [PATCH] i feel like a git --- home/-shrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/-shrc b/home/-shrc index 6da3b77..0c6c0eb 100644 --- a/home/-shrc +++ b/home/-shrc @@ -76,9 +76,10 @@ alias crawl='screen -dR crawl ssh crawl@crawl.develz.org -i ~/.ssh/crawl' alias crawla='screen -dR crawl ssh crawl@crawl.akrasiac.org -l joshua -i ~/.ssh/crawl' alias revend='objcopy -I binary -O binary --reverse-bytes=4' alias fucksystemd='dmesg | grep -v audit' -alias gd='git diff' +alias gd='git diff -U2' alias gds='git --no-pager diff --stat' alias gl='git log --oneline' +alias gs='git status' # rip ghostscript alias aur="BUILDDIR=$HOME/src $HOME/sh/aur -jj" # providing extra functionality