mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 04:24:20 +01:00
Merge pull request #427 from neidiom/master
fix fzf: No such file or directory after upgrade to Plucky Pufin
This commit is contained in:
@@ -7,6 +7,10 @@ if command -v zoxide &> /dev/null; then
|
||||
fi
|
||||
|
||||
if command -v fzf &> /dev/null; then
|
||||
source /usr/share/bash-completion/completions/fzf
|
||||
source /usr/share/doc/fzf/examples/key-bindings.bash
|
||||
if [[ -f /usr/share/bash-completion/completions/fzf ]]; then
|
||||
source /usr/share/bash-completion/completions/fzf
|
||||
fi
|
||||
if [[ -f /usr/share/doc/fzf/examples/key-bindings.bash ]]; then
|
||||
source /usr/share/doc/fzf/examples/key-bindings.bash
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user