Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 700 Bytes

Starship.md

File metadata and controls

10 lines (7 loc) · 700 Bytes

title: Starship prompt categories: Linux bash ...

Starship logo

Starship is a "cross-shell prompt" that can show in your shell a /Git branch and status, a version of /Python used in the project, the battery status, and many other "states" of the system.

Starship is one of the /Rust powered tools we use daily (it just integrated into the shell!). It works pretty fast just because it doesn't show any "heavily obtainable" info during the navigation process and collects the stuff in the background on idle. This kind of asynchronicity is just not easily available in bash-powered prompts.