7 lines
133 B
Bash
7 lines
133 B
Bash
# fzf integration
|
|
|
|
if (( $+commands[fzf] )); then
|
|
source /usr/share/fzf/key-bindings.zsh
|
|
source /usr/share/fzf/completion.zsh
|
|
fi
|