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