diff --git a/dot_bashrc.d/executable_10.prompt.tmpl b/dot_bashrc.d/executable_10.prompt.tmpl index 6113cb8..d41c0ba 100644 --- a/dot_bashrc.d/executable_10.prompt.tmpl +++ b/dot_bashrc.d/executable_10.prompt.tmpl @@ -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)"