You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# change to a newly created dir
mkdir /tmp/foo
cd /tmp/foo
# delete it while inside
rm -r /tmp/foo
# some debugging (not required to trigger the bug)
mkdir -p /tmp/foo/bar
pwd# sugests we are still in /tmp/foo
ls -lah # suggests we are not in /tmp/foo# trigger errorexec zsh # shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory# observation: terminal interface is broken from now on
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: