mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
15 lines
193 B
Rust
15 lines
193 B
Rust
mod character;
|
|
mod cmd_duration;
|
|
mod common;
|
|
mod configuration;
|
|
mod directory;
|
|
mod golang;
|
|
mod jobs;
|
|
mod line_break;
|
|
mod modules;
|
|
mod nix_shell;
|
|
mod nodejs;
|
|
mod python;
|
|
mod ruby;
|
|
mod username;
|