unixorn / fzf-zsh-plugin

ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.
Apache License 2.0
303 stars 27 forks source link

Plugin installing fzf regardless of presence in $PATH #87

Closed Alveel closed 6 months ago

Alveel commented 10 months ago

My distribution has fzf packages in their repositories, so naturally I installed it through them. Now when I source this plugin, it additionally installs fzf into ~/.fzf, which seems wholly unnecessary.

Is there a reason for not testing for the existence of /usr/bin/fzf or maybe $(which fzf)?

Somewhat similar to #44.