Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation is not working, any debugging tips? #32

Open
red8888 opened this issue Aug 2, 2020 · 5 comments
Open

Installation is not working, any debugging tips? #32

red8888 opened this issue Aug 2, 2020 · 5 comments

Comments

@red8888
Copy link

red8888 commented Aug 2, 2020

Tried following instructions but its not working for me

I tried this in my zshrc and also in a current session:

# cloned repo 
fpath+=/path/to/where/you/installed/conda-zsh-completion
compinit
# also tried compinit conda

When I try tab completion it doesnt work. I also see no errors or anything so not sure how to debug this

@esc
Copy link
Contributor

esc commented Aug 3, 2020

@red8888 thanks for reporting this, unfortunately I don't see any way to debug this either, except for random trial and error. I'll leave the issue open though in case anyone else has a similar issue and maybe found a resolution.

@dylan-thomas832
Copy link

Maybe try deleting your ~/.zcompdump file? And then re-sourcing.

@jpmvferreira
Copy link

I had that same problem and doing rm ~/.zcompdump and reopening the terminal fixed it.

@esc
Copy link
Contributor

esc commented Jan 20, 2022

@red8888 did you ever manage to clear this up?

@ncclementi
Copy link

ncclementi commented Oct 13, 2023

@esc Hi there, I think I found a way to solving this, from https://unix.stackexchange.com/a/477909

add this before the compinit in your .zshrc. This made the trick for me.

fpath+=/path/to/where/you/installed/conda-zsh-completion
autoload -Uz compinit #<--- this line
compinit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants