Skip to content

Commit

Permalink
functions: we love debugging in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
cobalt2727 authored Jul 11, 2024
1 parent bf7f523 commit bd554d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd554d8

Please sign in to comment.