zoxide/templates
salarkhannn daa5f384b2 fix(zsh): detect relative paths through symlinks as directories
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
2026-06-30 16:55:12 +05:00
..
bash.txt Bash/Fish/Zsh: avoid drawing a new line when Space-Tab completion finds no matches 2026-06-30 02:47:05 +05:30
elvish.txt fix(elvish): before-chdir should assign to oldpwd upvalue (#818) 2024-05-29 15:06:28 +05:30
fish.txt fish: display and run the selected command in Space-Tab 2026-06-30 11:22:00 +05:30
nushell.txt nu: export functions 2026-06-30 16:37:23 +05:30
posix.txt import: auto-detect databases; add Atuin support (#1232) 2026-05-11 00:24:43 +05:30
powershell.txt pwsh: Use fully qualified names when invoking cmdlets (#1236) 2026-05-12 05:12:30 +05:30
tcsh.txt tcsh: preserve any existing `precmd` alias 2026-06-30 12:09:25 +05:30
xonsh.txt Add support for csh (#1047) 2025-05-06 11:28:54 +05:30
zsh.txt fix(zsh): detect relative paths through symlinks as directories 2026-06-30 16:55:12 +05:00