Ajeet D'Souza
Ajeet D'Souza
Are you calling `zoxide init` before initializing your prompt? If yes, that's probably your issue - you can fix this by moving zoxide to the end of your config file.
@yisuixinq would you mind sharing your PowerShell config, and what version of PowerShell you're using?
Agreed, `~` would be much clearer. I'll look into this.
I've not used distrobox, but I don't think zoxide can be containerized in that way. zoxide verifies that directories still exist before trying to cd into it. In this case,...
Just clarifying that I understood correctly: - `zoxide query ` produces a correct path - `cd (zoxide query )` fails saying the directory does not exist - You are able...
Warp does things a little differently from other terminals. To the best of my knowledge (I don't work at Warp), the way they're able to create an IDE-like typing experience...
This is awesome! I'm learning Batch as I review this, so forgive the intermittent comments.
That's exactly right, `cargo install` cannot install completions and manpages. @AleCandido I would suggest using the `curl`-based installer listed in the README on Linux systems: ```sh curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh |...
I think your only options are to either rerun the curl script, or to use a different package manager (Nix / Linuxbrew comes to mind). Unfortunately, a lot of Linux...
Have you excluded `py_dex` via the `$_ZO_EXCLUDE_DIRS` environment variable? I don't see any reason why zoxide would ignore a particular directory and work for others.