I’m using zsh + oh-my-zsh on a Mac and have just started using atuin. I’m curious to know where atuin stores aliases as I am used to creating them manually in .bashrc or .zshrc. Maybe the atuin binary is storing them in the sqlite db? I’ve tried grep’ing the usual config files but couldn’t find anything.
So far I just created the ‘ll’ alias from the atuin install docs so have at least one alias set. How does atuin store the alias and make it available to the shell when a new terminal session starts?
Thanks!