replace Atuin with McFly
This commit is contained in:
parent
1e4caa105b
commit
000038ab06
3 changed files with 7 additions and 32 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue