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
Hi,
I found a bug where I am unable to cd back a directory if that directory is a symlink.
Happens with or without _ZO_RESOLVE_SYMLINKS set.
_ZO_RESOLVE_SYMLINKS
Currently using nushell.
How to reproduce
❯ cd ~/symlink_folder ❯ cd folder_inside_symlink_folder ❯ cd .. zoxide: no match found /home/user/symlink_folder/folder_inside_symlink_folder
Can you fix?
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I found a bug where I am unable to cd back a directory if that directory is a symlink.
Happens with or without
_ZO_RESOLVE_SYMLINKS
set.Currently using nushell.
How to reproduce
Can you fix?
Thanks.
The text was updated successfully, but these errors were encountered: