.dotfiles/.config/zsh/completions/fzf.zsh
2026-01-18 21:08:16 -07:00

5 lines
102 B
Bash

# Ctrl-R fzf completio
if command -v fzf &>/dev/null; then
eval "$(fzf --zsh)"
fi