-
Notifications
You must be signed in to change notification settings - Fork 555
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
Interactive expansion doesn't work as expected when it matches a single entry then echos command 3 times #780
Comments
Looks like the same issue I'm having #775 |
Yeah, looks to be the same issue |
I ran again with I no longer suspect this is something to with It's curious that it replaces my search word with an auto-completed entry, and then activates the command. I never hit enter. |
Further investigation shows that this appears to only be an issue where there is a single match in the database, and it tries to CD, rather than initiate the interactive mode. |
Uhh, I think i've found the problem, I put up a PR, but it's not the root problem. It looks like the zsh completions are being called multiple times causing the weirdness |
Raised a PR to fix this #785 |
This was working, and no longer is. I'm still not a daily driver of zoxide, so can't report on when exactly it stopped working. I did do some upgrades of packages recently (using brew), so could be an incompatibility of new versions? Not sure what else could be causing the problem.
When using
z path<SPACE><TAB>
it cd's into that directory, and then echos the current directory:Here are what are likely relevant package versions currently installed:
I'm using
oh-my-zsh
but not any plugins, i've got auto-complete being loaded in my.zshrc
file, as below (in order)Any ideas? Is this a bug? I can see that fzf is still working in my shell.
The text was updated successfully, but these errors were encountered: