mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-08 14:21:05 +00:00
24 lines
322 B
Rust
24 lines
322 B
Rust
mod aws;
|
|
mod character;
|
|
mod cmd_duration;
|
|
mod common;
|
|
mod conda;
|
|
mod configuration;
|
|
mod directory;
|
|
mod dotnet;
|
|
mod env_var;
|
|
mod git_branch;
|
|
mod git_commit;
|
|
mod git_state;
|
|
mod git_status;
|
|
mod hg_branch;
|
|
mod hostname;
|
|
mod jobs;
|
|
mod modules;
|
|
mod nix_shell;
|
|
mod python;
|
|
mod singularity;
|
|
mod terraform;
|
|
mod time;
|
|
mod username;
|