(prompt): Fix starship check.

This commit is contained in:
heavy@hetzner 2025-11-24 09:09:16 +00:00
parent 3ec84d62a1
commit 082a521b3c

View File

@ -150,7 +150,7 @@ else
TYPE=" $myType "
fi
if command -v 2>&1 >/dev/null; then
if command -v starship 2>&1 >/dev/null; then
echo "Found starship, using it"
STARSHIP_EXEC="$(which starship)"
eval "$($STARSHIP_EXEC init bash)"