From 0fcb0f23fed1e122ae426f0186248b73a67f214b Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 2 Jun 2015 06:08:25 -0700 Subject: [PATCH] rsync crap --- home/-shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/-shrc b/home/-shrc index 7bef698..78e7314 100644 --- a/home/-shrc +++ b/home/-shrc @@ -83,6 +83,7 @@ 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" +alias clone='sudo rsync -aHA --info=progress2' # providing extra functionality # TODO: dotfiles first, like `LC_ALL=C ls -A` which doesnt work with -X flag