From a1d1b93377db3cacb76004260887a4bfd9d14e83 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Wed, 11 Sep 2024 12:59:24 -0700 Subject: [PATCH] Adding bash/fzf support in Arch --- bash/.bashrc | 9 +++++++++ 1 file changed, 9 insertions(+) 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