mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Fix path for fzf keybindings
This commit is contained in:
@ -10,7 +10,7 @@ if command -v fzf &> /dev/null; then
|
|||||||
if [[ -f /usr/share/bash-completion/completions/fzf ]]; then
|
if [[ -f /usr/share/bash-completion/completions/fzf ]]; then
|
||||||
source /usr/share/bash-completion/completions/fzf
|
source /usr/share/bash-completion/completions/fzf
|
||||||
fi
|
fi
|
||||||
if [[ -f /usr/share/doc/fzf/examples/key-bindings.bash ]]; then
|
if [[ -f /usr/share/fzf/key-bindings.bash ]]; then
|
||||||
source /usr/share/doc/fzf/examples/key-bindings.bash
|
source /usr/share/fzf/key-bindings.bash
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user