junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
62.32k stars 2.35k forks source link

Command failed on starting fzf #3759

Closed Yair-Ziv closed 2 months ago

Yair-Ziv commented 2 months ago

Checklist

Output of fzf --version

0.50.0 (f97d275)

OS

Shell

Problem / Steps to reproduce

When I run fzf I get the output [Command failed: fd --hidden --strip-cwd-prefix --exclude .git] as attached: (those are the arguments to my FZF_DEFAULT_COMMAND) image

Not sure why it started happening as it didn't happen before.

When running that command separately it says: unknown option: fd

I've also noticed it says that for every argument if passed first fzf --hidden --strip-cwd-prefix --exclude .git outputs: unknown option: --hidden

Installed from git using ./install, I did remove the .fzf.zsh and just symlinked the binary to /usr/bin to make the system more reproducable but even without that and using the fzf.zsh it still outputs the same error.

Please advice ❤️