mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Compare commits
2 Commits
a4e7f41798
...
46e972172c
Author | SHA1 | Date | |
---|---|---|---|
46e972172c | |||
0d6ea40252 |
@ -7,8 +7,8 @@ if command -v zoxide &> /dev/null; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if command -v fzf &> /dev/null; then
|
if command -v fzf &> /dev/null; then
|
||||||
if [[ -f /usr/share/bash-completion/completions/fzf ]]; then
|
if [[ -f /usr/share/fzf/completion.bash ]]; then
|
||||||
source /usr/share/bash-completion/completions/fzf
|
source /usr/share/fzf/completion.bash
|
||||||
fi
|
fi
|
||||||
if [[ -f /usr/share/fzf/key-bindings.bash ]]; then
|
if [[ -f /usr/share/fzf/key-bindings.bash ]]; then
|
||||||
source /usr/share/fzf/key-bindings.bash
|
source /usr/share/fzf/key-bindings.bash
|
||||||
|
Reference in New Issue
Block a user