Skip to content

'Conda activate' always completes with all environment variables #42

Closed

Description

Great zsh completion when using zsh & conda.

Just a little problem: when i tried to complete 'conda activate', it will always show all my environment variables before my conda env list. Something like:

image

My system is CentOS 7.9.2009, and I use oh-my-zsh. I have done following steps to install:

git clone https://github.com/esc/conda-zsh-completion ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/conda-zsh-completion

(add to .zshrc)
plugins=(… conda-zsh-completion)
autoload -U compinit && compinit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions