mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
atuin
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user