Closed caojoshua closed 2 years ago
Fixed merge conflicts. I think we want this change, so there are not conflicts with global fzf installs.
Not sure how I missed seeing this when you fixed the merge conflicts. Apologies for taking so long to review and merge.
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
fzf-zsh-plugin.zsh
, I have created standalone scripts in bin so they can be used by non-ZSH users too.#!/usr/bin/env interpreter
instead of potentially platform-specific direct paths (#!/bin/sh
is an ok exception)License Acceptance