1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-30 18:49:11 +00:00

11 lines
145 B
Rust
Raw Normal View History

mod character;
mod cmd_duration;
mod common;
mod configuration;
mod directory;
mod golang;
mod line_break;
mod nodejs;
mod python;
mod username;