Fix starship non-POSIX issue, set default install location to local bin

This commit is contained in:
Evie Litherland-Smith 2023-03-15 08:11:32 +00:00
parent 67ffbbca5a
commit ac8e25eff5

View file

@ -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) $@