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 ``` ❯ 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.