dotfiles/entropy/.bashrc

5 lines
126 B
Bash
Raw Normal View History

2023-03-22 09:12:24 +00:00
if command -v fzf-share >/dev/null; then
source "$(fzf-share)/key-bindings.bash"
source "$(fzf-share)/completion.bash"
fi