Today I logged onto my machine and tried to cd ~/Downloads, but my shell (Fish) just returns the error cd: '/Users/x/Downloads/' is a rotten symlink without any further information.
It seems to originate from Fish's builtin_cd function call here, however I can't tell what the reason is since my Downloads directory is not symlinked.
I'm able to cd into any other directory just fine and I'm able to access Downloads through MacOS's UI (Finder) so I don't think the directory data has been corrupted.
Does anyone know what the cause of this error could be and/or how to fix it?
edit: I've already tried reinstalling Fish from my package manager (homebrew), to no avail.