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
Atuin should not consider a command ran in the future to be the last command run
atuin sorts these entries in front of everything, pinning them to the top of the history until the date passes
(as of now the date is Sun 13 Oct 2024 15:43 AEDT)
Sun 13 Oct 2024 15:43 AEDT
{ "atuin": { "version": "18.3.0", "sync": { "cloud": true, "records": true, "auto_sync": true, "last_sync": "2024-10-13 4:39:09.42551255 +00:00:00" }, "sqlite_version": "3.44.0" }, "shell": { "name": "fish", "default": "fish", "plugins": [ "atuin" ], "preexec": "built-in" }, "system": { "os": "NixOS", "arch": "x86_64", "version": "24.11", "disks": [ { "name": "/dev/nvme1n1p2", "filesystem": "btrfs" }, { "name": "/dev/nvme1n1p2", "filesystem": "btrfs" }, { "name": "systemd-1", "filesystem": "autofs" }, { "name": "systemd-1", "filesystem": "autofs" }, { "name": "/dev/nvme1n1p1", "filesystem": "vfat" }, { "name": "/dev/nvme0n1", "filesystem": "ext4" }, { "name": "/dev/sdb1", "filesystem": "btrfs" }, { "name": "/dev/md127", "filesystem": "btrfs" }, { "name": "/dev/nvme1n1p2", "filesystem": "btrfs" } ] } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What did you expect to happen?
Atuin should not consider a command ran in the future to be the last command run
What happened?
atuin sorts these entries in front of everything, pinning them to the top of the history until the date passes
(as of now the date is
Sun 13 Oct 2024 15:43 AEDT
)Atuin doctor output
Code of Conduct
The text was updated successfully, but these errors were encountered: