Windows - Changing into directory by omitting cd
results in instant crash exit code 0x65
#9871
Labels
🐛 bug
Something isn't working
panic
platform-specific
platform-specific issues
windows
A Windows specific issue
Describe the bug
I have a symlinked directory,
dir_a
. If I callcd dir_a
, I getdirectory not found
. If I call./dir_a
, my WezTerm terminal closes.Same thing happens with Windows Terminal Preview:
I tried calling the following, and got the following error:
Calling the above command but with
cd ./dir_a
instead results indirectory not found
.How to reproduce
cd symlinked_dir
directory not found
error./symlinked_dir
Expected behavior
I expected to change directory to where the symlink points to.
Screenshots
No response
Configuration
Additional context
I am currently playing around with
starship
, but the behaviour was consistent before I installed it IIRC.The text was updated successfully, but these errors were encountered: