diff --git a/migrations/1755436367.sh b/migrations/1755436367.sh index cb89bf9a..11f832d7 100644 --- a/migrations/1755436367.sh +++ b/migrations/1755436367.sh @@ -1,6 +1,6 @@ echo "Add minimal starship prompt to terminal" -if command -v starship &>/dev/null; then +if ! command -v starship &>/dev/null; then yay -S --noconfirm starship cp $OMARCHY_PATH/config/starship.toml ~/.config/starship.toml fi