Open
Description
What did you expect to happen?
on macOS, hit the up key to see my history in atuin after installing it (tried both normal bash install and cargo install)
What happened?
thread 'main' panicked at /Users/[user]/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/client.rs:1713:38: ⬡ 18.20.4
Client::new(): reqwest::Error { kind: Builder, source: Os { code: 2, kind: NotFound, message: "No such file or directory" } }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error: task 5 panicked with message "Client::new(): reqwest::Error { kind: Builder, source: Os { code: 2, kind: NotFound, message: \"No such file or directory\" } }"
Location:
/Users/[user]/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atuin-18.4.0/src/command/client/search/interactive.rs:1153:37
Atuin doctor output
Atuin Doctor
Checking for diagnostics
Please include the output below with any bug reports or issues
{
"atuin": {
"version": "18.4.0",
"sync": null,
"sqlite_version": "3.46.0"
},
"shell": {
"name": "zsh",
"default": "zsh",
"plugins": [
"atuin"
],
"preexec": "built-in"
},
"system": {
"os": "Darwin",
"arch": "x86_64",
"version": "14.6.1",
"disks": [
{
"name": "MAC HD",
"filesystem": "apfs"
},
{
"name": "MAC HD",
"filesystem": "apfs"
}
]
}
}
Code of Conduct
- I agree to follow this project's Code of Conduct