1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-09 05:39:01 +00:00
starship/tests/testsuite/main.rs
2019-08-13 18:43:29 -04:00

13 lines
165 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 ruby;
mod username;