Spaceship is a fast, minimal, and extensible Zsh prompt that shows context-aware information without clutter. It exposes “sections” for common developer signals—current directory, Git status, package versions, language runtimes, Docker/Kubernetes context, exit status, and time—then renders only what’s relevant. Configuration is done almost entirely through environment variables, letting you reorder, hide, or customize sections without writing functions. It supports asynchronous segments to...