unixorn / fzf-zsh-plugin

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

Install fzf if not found in home. #63

Closed caojoshua closed 2 years ago

caojoshua commented 2 years ago

Description

Fixes https://github.com/unixorn/fzf-zsh-plugin/issues/52.

The script currently does not install fzf in the home directory if which fzf returns true. This is why users are having problems when they have fzf installed globally. This change always installs fzf if the fzf home directory does not exist.

Checklist

License Acceptance

caojoshua commented 2 years ago

Fixed merge conflicts. I think we want this change, so there are not conflicts with global fzf installs.

unixorn commented 2 years ago

Not sure how I missed seeing this when you fixed the merge conflicts. Apologies for taking so long to review and merge.