Adding bash/fzf support in Arch
This commit is contained in:
parent
9aac30b6b3
commit
a1d1b93377
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue