starship 0.37.0

The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️
Documentation
1
2
3
4
5
6
7
8
9
// Lib is present to allow for benchmarking
pub mod config;
pub mod configs;
pub mod context;
pub mod module;
pub mod modules;
pub mod print;
pub mod segment;
mod utils;