Steps to reproduce (on zsh):
# Initialize Atuin.
eval "$(atuin init zsh)"
# Enter a deleted directory.
mkdir /tmp/x
cd /tmp/x
rm -rf /tmp/x
# Now, run any command.
echo
Atuin throws this error for every command run:
Error: No such file or directory (os error 2)
Location:
/rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1897:27