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

14 lines
178 B
Rust
Raw Normal View History

mod character;
mod cmd_duration;
mod common;
mod configuration;
mod directory;
mod golang;
mod jobs;
mod line_break;
mod modules;
mod nodejs;
mod python;
2019-08-13 19:43:29 -03:00
mod ruby;
mod username;