My PATH is broken!

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

@ellie Any updates on this? I’d really like to use Atuin to set my PATH, but I can’t since 18.9.0.