agkozak/zsh-z

Files and directories both display in autocompletions

bound-variable opened this issue · 4 comments

The cd command completes with:
20220316_14h18m18s_grim

zsh-z completes with:
20220316_14h20m10s_grim

cd doesn't suggest files, but zsh-z does.

I suspect that there is something in your .zshrc that is causing that to happen. Could you post it here? Thanks.

Even more likely is the possibility that you've installed zsh-z.plugin.zsh somewhere without putting _zshz in the same directory. That would have the effect you describe. You need _zshz; it contains the completions.

Even more likely is the possibility that you've installed zsh-z.plugin.zsh somewhere without putting _zshz in the same directory. That would have the effect you describe. You need _zshz; it contains the completions.

This was the fix. Thanks.

The installation of _zshz isn't mentioned in the README.

The installation of _zshz isn't mentioned in the README.

You’re quite right! I’ll fix that later. Thanks for helping to make the plugin better.