From 4b8d7db1f11346b5c97e2de562799b936b79a3b8 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Tue, 5 Jun 2012 17:03:04 +0530 Subject: [PATCH] Remove ugly message when installing bundles. This message comes up every time you switch the prompt theme. --- antigen.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/antigen.zsh b/antigen.zsh index ef45a0d..107d038 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -91,7 +91,6 @@ bundle-install () { echo-non-empty "$bundles" fi | while read spec; do - echo "-> $spec" local name="$(echo "$spec" | awk '{print $1}')" local url="$(echo "$spec" | awk '{print $2}')" -- 2.0.0