From 6b4b3b9d7cf96601e610d9abf7ec30cb274cc656 Mon Sep 17 00:00:00 2001 From: Lime Date: Thu, 27 Jun 2024 10:39:46 +0800 Subject: [PATCH] add `zim`'s usage --- _conda | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_conda b/_conda index 09d6622..1c4a81f 100644 --- a/_conda +++ b/_conda @@ -31,6 +31,16 @@ # plugins=(… conda-zsh-completion) # autoload -U compinit && compinit # +# If you're using zim(Zsh IMproved), you must add it before `zmodule completion` to `.zimrc`, +# completion zmodule will call compinit for you, `.zimrc` should like this: +# +# … +# zmodule conda-incubator/conda-zsh-completion +# zmodule completion +# … +# +# and then run `zimfw install -v && exec zsh` +# # If you use oh-my-zsh, you might have to move the "autoload" line to after you sourced # oh-my-zsh.sh. #