mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 12:34:21 +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
|
fi
|
||||||
|
|
||||||
if command -v fzf &> /dev/null; then
|
if command -v fzf &> /dev/null; then
|
||||||
source /usr/share/bash-completion/completions/fzf
|
if [[ -f /usr/share/bash-completion/completions/fzf ]]; then
|
||||||
source /usr/share/doc/fzf/examples/key-bindings.bash
|
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
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user