enable starship

This commit is contained in:
2025-04-27 13:20:55 +08:00
parent ed61157663
commit 6b41d832da
5 changed files with 201 additions and 14 deletions

View File

@@ -27,6 +27,11 @@ if ! command -v python >/dev/null 2>&1; then
exit 1
fi
if ! command -v starship >/dev/null 2>&1; then
echo "Starship is not installed."
exit 1
fi
# Path
PATH_OHMYZSH="$HOME"/.oh-my-zsh
PATH_OHMYZSH_CUSTOM_PLUGINS="$PATH_OHMYZSH"/custom/plugins