modify
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user