After running `mv $PWD somewhere`, commands like `cd .` or `complete -C"cat ./"` no longer work. They do work in Bash. (Ref: https://github.com/fish-shell/fish-shell/pull/12681#discussion_r3156132205)
After running
mv $PWD somewhere, commands likecd .orcomplete -C"cat ./"no longer work.They do work in Bash.
(Ref: #12681 (comment))