From ac8e25eff508397bbc969cdc659e57a4dff50e44 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 15 Mar 2023 08:11:32 +0000 Subject: [PATCH] Fix starship non-POSIX issue, set default install location to local bin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 162bf0ac..c4715869 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ install: $(LAZY_DIR) command -v pipx > /dev/null || bash packages/pipx.sh command -v poetry > /dev/null || python3 packages/poetry.py command -v pyenv > /dev/null || bash packages/pyenv.sh - command -v starship > /dev/null || bash packages/starship.sh + command -v starship > /dev/null || sh packages/starship.sh -b $(HOME)/.local/bin $(LAZY_DIR): git clone --depth 1 $(LAZY_REPO) $@