Atuin shell integration example?

Can someone share an example of the Atuin integration for Bluefin:dx? I’m troubleshooting an issue I’ve been experiencing for a while and not sure if I blew out the integration while back or why shell history isn’t working.

Hi. I had a problem a few days ago: atuin history was not working ok (recent commands were not been recorded). I had to disable and re enable bluefin-cli (ujust bluefin-cli) to make it work

(The following message still appears on the terminal’s welcome message: “If you use bluefin-cli there’s been an update. Run ujust bluefin-cli and disable and reenable to update.”. I did not realized that it should be related until later.)

Seldon-

That fixed it. Thanks for the help. I’m not seeing the welcome message any longer in my terminal. Any ideas on that?

Thanks
-Fargenable

Try running ujust toggle-user-motd

Maybe you have disabled it at some point?

Disabling and re-enabling bluefin-cli did not solve the atuin history issue for me. I had to install bash-preexec:

curl https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh -o ~/.bash-preexec.sh
echo '[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh' >> ~/.bashrc
echo 'eval "$(atuin init bash)"' >> ~/.bashrc

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.