From 839acd4ec4017bae918b52acff8b451186662507 Mon Sep 17 00:00:00 2001 From: esc Date: Fri, 7 Jun 2024 12:32:16 +0200 Subject: [PATCH] adding a note about setting the completion cache As title --- _conda | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_conda b/_conda index 7271bd7..09d6622 100644 --- a/_conda +++ b/_conda @@ -39,6 +39,12 @@ # # zstyle ':completion::complete:*' use-cache 1 # +# Note: this is IMPORTANT to activate! Otherwise the completion will appear to +# hang when attempting to complete package names when using `conda install` as +# the completion will attempt to fetch the list of ALL available packages from +# anaconda.org. This may take 10s of seconds and the completion looks like it +# 'hangs' while doing so. +# # To display subcommand completion in groups, please add the following to your # '.zshrc': #