Does anyone have any recommendations for using Atuin in virtual environments?
I’m using devenv.sh in NixOS for my dev environments. I added “$(atuin init bash)” to my enterShell script, but no avail.
I’m able to access any history of commands called outside the virtual environment, but the commands run inside the environment seemingly aren’t saved anywhere - not even within the same session.
Thoughts? Ideas? Resource recommendations? Any help would be appreciated.