From 67692bc1377ae961f729d538d89e2d2ddbb3e5bc Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 31 Jul 2022 20:55:05 -0500 Subject: [PATCH] feat: add generating fzf.zsh output --- install.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/install.bash b/install.bash index 7931f18..c9f2373 100755 --- a/install.bash +++ b/install.bash @@ -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 \