1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

zsh: fix FZF_CTRL_T_COMMAND

This commit is contained in:
bretello 2023-09-15 11:33:53 +02:00
parent cffd1ef025
commit a4019ac53a

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'