fix: fzf install check for fzf.zsh

This commit is contained in:
Price Hiller 2022-07-31 20:51:51 -05:00
parent 7a099ae010
commit c6435f0855

View File

@ -77,7 +77,7 @@ log "${@}"
install-fzf() {
local install_path="${1}/fzf"
if ! [[ -e "${install_path}" ]]; then
if ! [[ -e "${install_path}" ]] || ! [[ -e "${HOME}/.config/fzf/fzf.zsh" ]]; then
git clone --depth 1 https://github.com/junegunn/fzf.git "${install_path}"
"${install_path}/install" \
--key-bindings \