(prompt): Fix starship check.
This commit is contained in:
parent
3ec84d62a1
commit
082a521b3c
@ -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)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user