From b6db07ac277e651bbf20c5c2e20ec336b3ff9e1d Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Thu, 26 Jul 2012 20:07:48 +0530 Subject: [PATCH] Cleanup omits bundles with no local clones. --- antigen.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antigen.zsh b/antigen.zsh index d83cd81..5c3d355 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -278,7 +278,7 @@ antigen-cleanup () { # Find directores in ADOTDIR/repos, that are not in the bundles record. local unused_clones="$(comm -13 \ <(-antigen-echo-record \ - | awk '{print $1}' \ + | awk '$4 == "true" {print $1}' \ | while read line; do -antigen-get-clone-dir "$line" done \ -- 2.0.0