diff --git a/home/-shrc b/home/-shrc index bca7465..941c66f 100644 --- a/home/-shrc +++ b/home/-shrc @@ -71,6 +71,8 @@ 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 gds='git --no-pager diff --stat' # providing extra functionality # TODO: dotfiles first, like `LC_ALL=C ls -A` which doesnt work with -X flag