mirror of
https://github.com/conda-incubator/conda-zsh-completion.git
synced 2026-03-04 06:14:59 +08:00
Merge pull request #64 from conda-incubator/docs/emphasize_use_cache
adding a note about setting the completion cache
This commit is contained in:
6
_conda
6
_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':
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user