From bd554d80aebc3fad7b35bebe197f4cf3d8387541 Mon Sep 17 00:00:00 2001 From: cobalt2727 <60624944+cobalt2727@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:32:42 -0500 Subject: [PATCH] functions: we love debugging in prod --- functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.sh b/functions.sh index 77b36c13..8272e6ad 100755 --- a/functions.sh +++ b/functions.sh @@ -518,6 +518,7 @@ pipx_install() { else error "pipx is not available so cannot install powerline-shell to python venv" fi + echo "Installing $@ with pipx" sudo PIPX_HOME=/usr/local/pipx PIPX_BIN_DIR=/usr/local/bin pipx install --force "$@" || error "Failed to install $* with pipx" } export -f pipx_install