replace Atuin with McFly

This commit is contained in:
Yax 2022-09-06 16:53:19 +02:00
parent 1e4caa105b
commit 000038ab06
3 changed files with 7 additions and 32 deletions

View file

@ -143,8 +143,9 @@ 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)"
# replace fzf history (CTRL-R) by https://github.com/cantino/mcfly
if hash mcfly 2>/dev/null; then
eval "$(mcfly init bash)"
fi