conda-incubator / conda-zsh-completion

zsh completion for conda
Do What The F*ck You Want To Public License
364 stars 65 forks source link

micromamba #53

Closed bmahlbrand closed 8 months ago

bmahlbrand commented 8 months ago

How can I get this plugin working with micromamba with antigen / oh-my-zsh in addition to conda / miniconda (conda works great!)? I see micromamba referenced here: https://github.com/conda-incubator/conda-zsh-completion/blob/2cc833a65037399bffaa149780beb2dd5376859e/_conda#L1C2-L1C32

esc commented 8 months ago

The top of the file reads

#compdef conda mamba micromamba

so if you can get it to work for conda it should also work for mamba and micromamba.

bmahlbrand commented 8 months ago

I figured it out, had to do with the order of the mamba hooks being initialized in zshrc. Thanks!

esc commented 7 months ago

@bmahlbrand awesome! Thank you for following up and closing this issue.