Open printfn opened 1 month ago
It looks like the bug is caused by this env::vars()
line, which crashes atuin if any environment variable (in this case PWD
) contains non-unicode characters:
https://github.com/mehcode/config-rs/blob/v0.13.4/src/env.rs#L239
What did you expect to happen?
Atuin shouldn't crash just because the I'm using non-unicode bytes in filepaths
What happened?
With atuin installed, run:
I get the following stacktrace:
Atuin doctor output
Code of Conduct