mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 06:06:29 +00:00
5 lines
126 B
Bash
5 lines
126 B
Bash
|
if command -v fzf-share >/dev/null; then
|
||
|
source "$(fzf-share)/key-bindings.bash"
|
||
|
source "$(fzf-share)/completion.bash"
|
||
|
fi
|