atuin
This commit is contained in:
parent
2558aa63b2
commit
3e91a50845
1 changed files with 5 additions and 0 deletions
|
@ -143,3 +143,8 @@ 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)"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue