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)?
My distribution has
fzf
packages in their repositories, so naturally I installed it through them. Now when I source this plugin, it additionally installsfzf
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.