Add code snippet to atuin note

This commit is contained in:
Talia 2023-05-09 13:45:26 +02:00
parent f432dc5c1b
commit 524974665e
1 changed files with 7 additions and 1 deletions

View File

@ -3,4 +3,10 @@ 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.
Replaces shell built-in history with an SQLite-powered one.
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)"
```