This commit is contained in:
2025-04-28 20:42:10 +08:00
parent 851dfaa7d2
commit b71ae393a3
3 changed files with 13 additions and 8 deletions

View File

@@ -23,8 +23,10 @@ if ! command -v zoxide >/dev/null 2>&1; then
fi
if ! command -v python >/dev/null 2>&1; then
echo "Python is not installed."
exit 1
if ! command -v python3 >/dev/null 2>&1; then
echo "Python is not installed."
exit 1
fi
fi
if ! command -v starship >/dev/null 2>&1; then