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 +