-
Conda is initialized by such code, which takes a huge time when starting zsh. Is there any way to asynchronously run this code in zsh? Many thanks!
|
Beta Was this translation helpful? Give feedback.
Answered by
pschmitt
Apr 23, 2023
Replies: 1 comment 3 replies
-
You can do something along the lines of: zinit wait lucid as'null' id-as'conda' \
atclone'CONDA_INIT_CODE > conda.zsh' \
src'conda.zsh' \
for zdharma-continuum/null Remember to update |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
fishiu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do something along the lines of:
Remember to update
CONDA_INIT_CODE
with the contents of your init function.