feat: add generating fzf.zsh output

This commit is contained in:
Price Hiller 2022-07-31 20:55:05 -05:00
parent c96f7c8b07
commit 67692bc137

View File

@ -81,6 +81,7 @@ install-fzf() {
git clone --depth 1 https://github.com/junegunn/fzf.git "${install_path}"
fi
if ! [[ -e "${HOME}/.config/fzf/fzf.zsh" ]]; then
log "info" "No ${GREEN}fzf${RESET_BOLD} config file found, generating"
"${install_path}/install" \
--key-bindings \
--completion \