From bf9b63c1778ef6fad8296602f990eff5ba3eca00 Mon Sep 17 00:00:00 2001 From: Abra Date: Sat, 29 Oct 2016 23:21:19 +0400 Subject: [PATCH] dus change --- .zprezto/runcoms/zalias | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zprezto/runcoms/zalias b/.zprezto/runcoms/zalias index 8f6d9e4..32d4523 100644 --- a/.zprezto/runcoms/zalias +++ b/.zprezto/runcoms/zalias @@ -16,6 +16,7 @@ alias ma="git5 mail -m" alias push="git5 submit -xy" # alias push="git submit -xy" alias dc="a && c \"dummy comment\"" +alias dcp="a; dc; git push" alias zshconfig="subl ~/.zshrc" alias zshreload="exec zsh" @@ -38,7 +39,7 @@ alias .s='.g status -uno' alias .gp='.g commit -am "auto" && .g push' alias .sg='git --git-dir=/var/www/git.abra.me/dot.git --work-tree=$HOME' -alias dus="du -hd1 | gsort -h" +alias dus="du -hd0 * | gsort -h" #alias f1sql="/google/data/ro/projects/storage/f1/tools/f1-sql"