Hi folks, noob with some pretty basic Linux skills. Firstly, thanks for Atuin, I LOVE it, use on two other machines no probs, syncs everything. Anyway, to this issue, installed atuin on new host, logged in fine but history doesn’t show or save. up arrow loads Atuin but shows history count = 0. installed with brew.
I’m guessing it has something to do with the first lines in my doctor output, especially as it say preexec = none, but I’m not real sure how to proceed from here. Like I said, noob any help greatly appreciated!
Doctor…
Atuin Doctor
Checking for diagnostics
[Shell] If you are using Bash, Atuin requires that either bash-preexec or ble.sh be installed. An older ble.sh may not be detected. so ignore this if you have it set up!
Please include the output below with any bug reports or issues
{
“atuin”: {
“version”: “18.3.0”,
“sync”: {
“cloud”: true,
“records”: true,
“auto_sync”: true,
“last_sync”: “2024-12-02 1:12:44.34387919 +00:00:00”
},
“sqlite_version”: “3.44.0”
},
“shell”: {
“name”: “bash”,
“default”: “bash”,
“plugins”: [
“atuin”
],
“preexec”: “none”
},
“system”: {
“os”: “Linux Mint”,
“arch”: “x86_64”,
“version”: “22”,
“disks”: [
{
“name”: “/dev/nvme0n1p2”,
“filesystem”: “ext4”
},
{
“name”: “/dev/nvme0n1p1”,
“filesystem”: “vfat”
},
{
“name”: “/home/kim/.Private”,
“filesystem”: “ecryptfs”
}
]
}
}