dotfiles/zsh/plugins/fzf.plugin.zsh

7 lines
99 B
Bash
Raw Normal View History

#!/usr/bin/env zsh
# Setup fzf completions
if type fzf > /dev/null; then
eval "$(fzf --zsh)"
fi