When using zoxide to navigate directories, appending a backslash (\) to the directory name causes zoxide to fail with a "no match found" error, even though the directory exists. Without the backslash, zoxide successfully switches to the target directory. This behavior suggests that zoxide does not recognize paths with a trailing backslash as valid matches.
When using
zoxide
to navigate directories, appending a backslash (\
) to the directory name causeszoxide
to fail with a "no match found" error, even though the directory exists. Without the backslash,zoxide
successfully switches to the target directory. This behavior suggests thatzoxide
does not recognize paths with a trailing backslash as valid matches.zoxide v0.9.4 nushell v0.97.1