fix: check for fzf.zsh separately

This commit is contained in:
Price Hiller 2022-07-31 20:53:09 -05:00
parent c6435f0855
commit 4d9360cc97

View File

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