1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-17 00:39:02 +00:00
starship/tests/testsuite/main.rs

20 lines
264 B
Rust
Raw Normal View History

mod character;
mod cmd_duration;
mod common;
mod configuration;
mod directory;
mod git_branch;
mod git_state;
mod git_status;
mod golang;
mod hostname;
mod jobs;
mod line_break;
mod modules;
2019-08-25 15:41:20 +00:00
mod nix_shell;
mod nodejs;
mod python;
2019-08-13 22:43:29 +00:00
mod ruby;
mod time;
mod username;