MacSlow
February 6, 2024, 10:53pm
1
Greetings everybody!
I cannot get atuin 17.2.1 working with fish 3.1.0 (atuin 12.0.0 was fine). This still fails with:
(line 21): $(…) is not supported. In fish, please use ‘(ATUIN_SHELL_FIS…)’
Any chance I can get that to work without having to update fish to 3.3.1 or newer? That would be a problem if not.
Best regards…
MacSlow
I’m not sure when it will be released, but this has been fixed on the main branch. What you could do in the meantime is, instead of the usual atuin init fish | source
, the following:
atuin init fish | string replace -r '"\$(\(.+?)\)"' '$1 | string collect)' | source
It’s not pretty, but it seems to work.
1 Like
ellie
February 7, 2024, 8:22am
3
thanks @otaconix ! welcome to the forum
I’m aiming to get v18 out this week, early next at the latest
Sync v2 testing has been going well so we should be good
That worked indeed, thanks a lot!
Best regards…
MacSlow
1 Like