From becaa24081e796e073613213e9a779de172cbad4 Mon Sep 17 00:00:00 2001 From: tinogomes Date: Mon, 16 Apr 2012 10:31:29 -0300 Subject: [PATCH] Added alias for git to remote prune and GC aggressive mode --- lib/git.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/git.zsh b/lib/git.zsh index 3e14695bd..3c01e04f4 100644 --- a/lib/git.zsh +++ b/lib/git.zsh @@ -130,3 +130,4 @@ POST_1_7_2_GIT=$(git_compare_version "1.7.2") unset -f git_compare_version +alias gitgcprune="git remote prune origin ; git gc --prune --aggressive"