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:
parent
cffd1ef025
commit
a4019ac53a
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user