After upgrading to Atuin 18.9.0, my PATH is broken! I’d customized it like this:
atuin dotfiles var set PATH '~/bin:$PATH'
In older versions, Atuin would interpolate the existing $PATH and add ~/bin to it:
% echo $PATH
/Users/stephen/bin:/Users/stephen/.atuin/bin:/usr/local/bin:[...snip...]
Now, it doesn’t interpolate anything:
% echo $PATH
_atuin_preexec:2: command not found: atuin
~/bin:$PATH
I’ve also filed this on GitHub: [Bug]: v18.9.0 regression in dotfiles var interpolation · Issue #2956 · atuinsh/atuin · GitHub