diff --git a/src/configs/starship_root.rs b/src/configs/starship_root.rs index 5054f7a2..de6645be 100644 --- a/src/configs/starship_root.rs +++ b/src/configs/starship_root.rs @@ -11,7 +11,7 @@ pub struct StarshipRootConfig<'a> { // List of default prompt order // NOTE: If this const value is changed then Default prompt order subheading inside // prompt heading of config docs needs to be updated according to changes made here. -pub const PROMPT_ORDER: [&str; 44] = [ +pub const PROMPT_ORDER: &[&str] = &[ "username", "hostname", "singularity",