ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
20.29k stars 518 forks source link

`zi` doesn't work #846

Closed MaximilianAnzinger closed 1 week ago

MaximilianAnzinger commented 2 weeks ago

When I call zi, it always echoes zoxide: no match found.

Versions:

ajeetdsouza commented 2 weeks ago

Have you installed zoxide recently? zoxide's database only gets populated once you start using it, so at the start there will not be any entries in there.

MaximilianAnzinger commented 1 week ago

Oh i see, so no match found doesn't mean my setup with fzf is incorrect but rather that there is no reasonable response yet. I was just trying to verify my install.

Thx 👍