From 524974665e2833e37fd2abfd994d059fe29c43b7 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 9 May 2023 13:45:26 +0200 Subject: [PATCH] Add code snippet to atuin note --- notebook/Linux/Tools/Atuin.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/notebook/Linux/Tools/Atuin.md b/notebook/Linux/Tools/Atuin.md index 06c97df..bdb2eae 100644 --- a/notebook/Linux/Tools/Atuin.md +++ b/notebook/Linux/Tools/Atuin.md @@ -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. \ No newline at end of file +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)" +``` \ No newline at end of file