Closed funkyfisch closed 5 months ago
We no longer fall back to cargo, so I don't think this should be a problem any more
fwiw - with some of the new install script changes, we now just download a binary and automatically add it to the PATH. It might have the same issue, though I don't think it will.
What did you expect to happen?
After adding the
eval $(atuin init bash)
to my bashrc file, it should work fine in all future bash sessionsWhat happened?
When falling back to the cargo installation method (which builds the whole project), a line inside ~/.profile is added, but after the .bashrc file is sourced. Which means that if my .bashrc file has the above eval line somewhere, it will fail because atuin wont be recognized until the cargo env is sourced.
This was caught on a RPI4 installation which is different from typical ubuntu installations
Atuin doctor output
Code of Conduct