diff --git a/bash/.bashrc b/bash/.bashrc index 9db87c5..0d7f1de 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -284,6 +284,15 @@ if [ -d /usr/share/doc/fzf/examples ]; then fi fi +# Arch +if [ -d /usr/share/fzf ]; then + source /usr/share/fzf/key-bindings.bash + + if [ -f /usr/share/fzf/completion.bash ]; then + source /usr/share/fzf/completion.bash + fi +fi + # MacOS if [ -d /opt/homebrew/opt/fzf/shell ]; then source /opt/homebrew/opt/fzf/shell/key-bindings.bash