Commit 4b8d7db1f11346b5c97e2de562799b936b79a3b8

Authored by Shrikant Sharat
1 parent 6a4fbde8d5

Remove ugly message when installing bundles.

This message comes up every time you switch the prompt theme.

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -91,7 +91,6 @@ bundle-install () {
91 91 echo-non-empty "$bundles"
92 92  
93 93 fi | while read spec; do
94   - echo "-> $spec"
95 94  
96 95 local name="$(echo "$spec" | awk '{print $1}')"
97 96 local url="$(echo "$spec" | awk '{print $2}')"