1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-28 09:38:24 +00:00

25 lines
331 B
Rust
Raw Normal View History

mod aws;
mod character;
mod cmd_duration;
mod common;
2019-10-05 20:25:25 +02:00
mod conda;
mod configuration;
mod directory;
mod dotnet;
mod env_var;
mod git_branch;
2019-12-06 08:57:42 -08:00
mod git_commit;
mod git_state;
mod git_status;
2019-12-02 23:37:18 +01:00
mod hg_branch;
mod hostname;
mod jobs;
mod line_break;
mod modules;
2019-08-25 11:41:20 -04:00
mod nix_shell;
mod python;
2019-08-13 19:43:29 -03:00
mod ruby;
mod terraform;
mod time;
mod username;