From dde0b748a32b0ebfdb9d5b0782158e7d441ee9c7 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 31 Jul 2022 01:05:41 -0500 Subject: [PATCH] fix: add break for python link --- install.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/install.bash b/install.bash index 5c1012f..22b65a4 100644 --- a/install.bash +++ b/install.bash @@ -268,6 +268,7 @@ main() { ln -s "$(command -v python3)" "${HOME}/.local/bin/python" export PATH="${PATH}:${HOME}/.local/bin/" log "info" "Finished linking ${GREEN}python${RESET_BOLD} to ${GREEN}python3${RESET_BOLD}" + print-break log "info" "Installing ${GREEN}FZF${RESET_BOLD}" if ! install-fzf "${DEPS_PATH}"; then