feat: add generating fzf.zsh output
This commit is contained in:
parent
c96f7c8b07
commit
67692bc137
@ -81,6 +81,7 @@ install-fzf() {
|
|||||||
git clone --depth 1 https://github.com/junegunn/fzf.git "${install_path}"
|
git clone --depth 1 https://github.com/junegunn/fzf.git "${install_path}"
|
||||||
fi
|
fi
|
||||||
if ! [[ -e "${HOME}/.config/fzf/fzf.zsh" ]]; then
|
if ! [[ -e "${HOME}/.config/fzf/fzf.zsh" ]]; then
|
||||||
|
log "info" "No ${GREEN}fzf${RESET_BOLD} config file found, generating"
|
||||||
"${install_path}/install" \
|
"${install_path}/install" \
|
||||||
--key-bindings \
|
--key-bindings \
|
||||||
--completion \
|
--completion \
|
||||||
|
Loading…
Reference in New Issue
Block a user