dotfiles/zsh/plugins/fzf.plugin.zsh

6 lines
102 B
Bash

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