mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat: Add a disabled configuration option for modules (#86)
• 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
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
mod character;
|
||||
mod common;
|
||||
mod configuration;
|
||||
mod directory;
|
||||
mod golang;
|
||||
mod line_break;
|
||||
|
||||
Reference in New Issue
Block a user