zimfw / fzf

Configures fzf for faster fetching of files and directories names.
MIT License
10 stars 5 forks source link

Hide error messages #4

Closed erikced closed 10 months ago

erikced commented 10 months ago

When permission errors are encountered both ripgrep and bfs print messages to stderr, but that scrambles fzf's output. Disable messages when using ripgrep, pipe stderr to /dev/null when using bfs.

ericbn commented 10 months ago

Cool! Thanks for your contribution!