Files
starship/tests/testsuite/main.rs
T

18 lines
239 B
Rust
Raw Normal View History

2019-06-06 13:18:00 +01:00
mod character;
2019-08-08 10:25:30 -07:00
mod cmd_duration;
2019-06-06 13:18:00 +01:00
mod common;
mod configuration;
2019-06-06 13:18:00 +01:00
mod directory;
mod git_branch;
mod git_status;
2019-06-06 13:18:00 +01:00
mod golang;
2019-09-04 10:03:31 -07:00
mod hostname;
mod jobs;
2019-06-06 13:18:00 +01:00
mod line_break;
mod modules;
2019-08-25 11:41:20 -04:00
mod nix_shell;
2019-06-06 13:18:00 +01:00
mod nodejs;
mod python;
2019-08-13 19:43:29 -03:00
mod ruby;
2019-06-06 13:18:00 +01:00
mod username;