dotfiles/zsh/plugins/fzf.plugin.zsh

7 lines
102 B
Bash
Raw Normal View History

#!/usr/bin/env zsh
# Setup fzf completions
if (( ${+commands[fzf]} )); then
eval "$(fzf --zsh)"
fi