You've already forked powerlevel10k
mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-04-24 04:44:58 +02:00
7ff836131a
If the `gcloud` command is interactive (e.g. asks to install a component, or needs an update), the current code will hang forever, and is uninterruptible as `INT` is being swallowed. Fix this with `</dev/null` and `--quiet`.