We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When passing "--" as parameter to zoxide it can't switch to an absolute path given. This makes it somewhat difficult to use it as an alias for cd.
For example the yazi getting started guide uses a shell function which makes use of this and doesn't work when zoxide is used in place of cd.
config in ~/.zshrc: eval "$(zoxide init --cmd cd zsh)"
example:
> cd -- /var/log zoxide: no match found
The text was updated successfully, but these errors were encountered:
Fixed by #858.
Sorry, something went wrong.
No branches or pull requests
When passing "--" as parameter to zoxide it can't switch to an absolute path given. This makes it somewhat difficult to use it as an alias for cd.
For example the yazi getting started guide uses a shell function which makes use of this and doesn't work when zoxide is used in place of cd.
config in ~/.zshrc:
eval "$(zoxide init --cmd cd zsh)"
example:
The text was updated successfully, but these errors were encountered: