Merge pull request #64 from conda-incubator/docs/emphasize_use_cache

adding a note about setting the completion cache
This commit is contained in:
Emergency Self-Construct
2024-06-14 16:16:34 +02:00
committed by GitHub

6
_conda
View File

@@ -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':
#