We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running atuin import zsh it should import the history that history shows and all these commands should be available for atuin.
atuin import zsh
history
atuin import zsh imported a legacy history file that I had on ~/.zhistory, instead of using my /home/myusername/.zsh_history that was set on HISTFILE.
~/.zhistory
/home/myusername/.zsh_history
HISTFILE
{ "atuin": { "version": "18.4.0", "sync": null, "sqlite_version": "3.46.0" }, "shell": { "name": "zsh", "default": "zsh", "plugins": [ "atuin" ], "preexec": "built-in" }, "system": { "os": "Manjaro Linux", "arch": "x86_64", "version": "25.0.0", "disks": [ { "name": "/dev/nvme0n1p2", "filesystem": "ext4" }, { "name": "/dev/nvme0n1p1", "filesystem": "vfat" } ] } }
The text was updated successfully, but these errors were encountered:
It probably is related to processing the first element (.zhistory) here:
atuin/crates/atuin-client/src/import/zsh.rs
Line 29 in c6d50bb
I am open to implement any fix that you suggest!
Sorry, something went wrong.
No branches or pull requests
What did you expect to happen?
When running
atuin import zsh
it should import the history thathistory
shows and all these commands should be available for atuin.What happened?
atuin import zsh
imported a legacy history file that I had on~/.zhistory
, instead of using my/home/myusername/.zsh_history
that was set onHISTFILE
.Atuin doctor output
Code of Conduct
The text was updated successfully, but these errors were encountered: