zsh: fix FZF_CTRL_T_COMMAND

fix-ci
bretello 2023-09-15 11:33:53 +02:00
parent cffd1ef025
commit a4019ac53a
1 changed files with 1 additions and 1 deletions

View File

@ -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'