From 3e91a508458a8ea463ebda824bb1fb43b773b994 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Thu, 11 Aug 2022 11:52:09 +0200 Subject: [PATCH] atuin --- dot_bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_bashrc b/dot_bashrc index 7465601..6c7e324 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -143,3 +143,8 @@ if [ -d "$HOME/.bashrc.d/" ]; then done fi +# replace fzf history (CTRL-R) by https://atuin.sh +if hash atuin 2>/dev/null; then + eval "$(atuin init bash)" +fi +