.profile/notebook/Linux/Tools/Atuin.md

12 lines
351 B
Markdown
Raw Normal View History

2023-05-09 11:16:46 +00:00
---
tags: terminal history
---
> [Atuin](https://atuin.sh) is a command-line tool that enables you to make better use of your shell, by giving ctrl-r superpowers.
2023-05-09 11:45:26 +00:00
Replaces shell built-in history with an SQLite-powered one.
To disable the up-arrow binding, but leave Ctrl+R for advanced search:
```sh
eval "$(atuin init zsh --disable-up-arrow)"
```