1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-28 17:48:25 +00:00

24 lines
309 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;
mod git_state;
mod git_status;
mod golang;
mod hostname;
mod jobs;
mod line_break;
mod modules;
2019-08-25 11:41:20 -04:00
mod nix_shell;
mod nodejs;
mod python;
2019-08-13 19:43:29 -03:00
mod ruby;
mod time;
mod username;