Re: fzf fails if bash isn't present or FZF_DEFAULT_COMMAND isn't set

2021-05-06 Thread Paco Esteban
On Wed, 05 May 2021, Ashlen wrote: > Executing fzf without bash installed or FZF_DEFAULT_COMMAND set fails > with this output: > > Command failed: set -o pipefail; command find -L . -mindepth 1 \( -path > '*/\.*' -o -fstype 'sysfs' -o -fstype 'devfs' -o.. > > (the output cuts off there for

fzf fails if bash isn't present or FZF_DEFAULT_COMMAND isn't set

2021-05-05 Thread Ashlen
Executing fzf without bash installed or FZF_DEFAULT_COMMAND set fails with this output: Command failed: set -o pipefail; command find -L . -mindepth 1 \( -path '*/\.*' -o -fstype 'sysfs' -o -fstype 'devfs' -o.. (the output cuts off there for some reason, even when I pipe STDERR to a file). I