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