When cwd is a symlink, [[ -d ../foo ]] follows the symlink before resolving .., so the check fails even though cd ../foo would succeed via the shell's logical path tracking. Allow paths containing .. through to __zoxide_cd, which relies on the shell's native cd behavior. Fixes #1166 |
||
|---|---|---|
| .. | ||
| bash.txt | ||
| elvish.txt | ||
| fish.txt | ||
| nushell.txt | ||
| posix.txt | ||
| powershell.txt | ||
| tcsh.txt | ||
| xonsh.txt | ||
| zsh.txt | ||