This commit is contained in:
Yax 2022-08-11 11:52:09 +02:00
parent 2558aa63b2
commit 3e91a50845

View file

@ -143,3 +143,8 @@ if [ -d "$HOME/.bashrc.d/" ]; then
done done
fi fi
# replace fzf history (CTRL-R) by https://atuin.sh
if hash atuin 2>/dev/null; then
eval "$(atuin init bash)"
fi