summaryrefslogtreecommitdiff
path: root/plugins/pip
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pip')
-rw-r--r--plugins/pip/_pip1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/pip/_pip b/plugins/pip/_pip
index 07d37c80e..df53ba5ce 100644
--- a/plugins/pip/_pip
+++ b/plugins/pip/_pip
@@ -6,6 +6,7 @@
_pip_all() {
# we cache the list of packages (originally from the macports plugin)
if (( ! $+piplist )); then
+ echo -n " (caching package index...)"
piplist=($(pip search * | cut -d ' ' -f 1 | tr '[A-Z]' '[a-z]'))
fi
}