mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
fix: Disable Kubernetes module by default (#488)
Given the global nature of the Kubernetes module, the module has been disabled by default. The opportunity has also been taken to refactor the Kubernetes module to use the new config module.
This commit is contained in:
committed by
Matan Kushner
parent
1bf60b3dd5
commit
5a8777ff45
@@ -2,6 +2,7 @@ pub mod aws;
|
||||
pub mod battery;
|
||||
pub mod character;
|
||||
pub mod dotnet;
|
||||
pub mod kubernetes;
|
||||
pub mod rust;
|
||||
|
||||
use crate::config::{ModuleConfig, RootModuleConfig};
|
||||
|
||||
Reference in New Issue
Block a user