diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 7e94be2..3602788 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -18,7 +18,7 @@ antibody bundle < "$DOTFILES/antibody_plugins.txt" source $DOTFILES/completion_style.zsh source $DOTFILES/extras/fzf-tab-config.zsh -if command -v fd >/dev/null; then +if command -vp fd >/dev/null; then export FZF_CTRL_T_COMMAND='fd' else export FZF_CTRL_T_COMMAND='find'