mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-04 20:37:56 +00:00
12 lines
155 B
Rust
12 lines
155 B
Rust
mod character;
|
|
mod cmd_duration;
|
|
mod common;
|
|
mod configuration;
|
|
mod directory;
|
|
mod golang;
|
|
mod jobs;
|
|
mod line_break;
|
|
mod nodejs;
|
|
mod python;
|
|
mod username;
|