mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-03 20:02:43 +00:00
463ec26024
• Add support for the disabled configuration option
This will allow you to selectively disable modules that you don't want or need. 😄
• Overwrite starship configuration file path with STARSHIP_CONFIG environment variable
• Write tests for the two configuration options that are available
10 lines
127 B
Rust
10 lines
127 B
Rust
mod character;
|
|
mod common;
|
|
mod configuration;
|
|
mod directory;
|
|
mod golang;
|
|
mod line_break;
|
|
mod nodejs;
|
|
mod python;
|
|
mod username;
|