mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 04:47:58 +00:00
eb724279da
- Adds the git_state module. - Adds git_state to the default prompt order - Updates the documentation to describe the git_state module
19 lines
254 B
Rust
19 lines
254 B
Rust
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;
|
|
mod nix_shell;
|
|
mod nodejs;
|
|
mod python;
|
|
mod ruby;
|
|
mod username;
|