fix: Add Kubernetes to the default prompt order (#466)
This commit is contained in:
parent
6621e4c859
commit
34bca5a035
|
@ -22,6 +22,7 @@ impl<'a> RootModuleConfig<'a> for StarshipRootConfig<'a> {
|
|||
prompt_order: vec![
|
||||
"username",
|
||||
"hostname",
|
||||
"kubernetes",
|
||||
"directory",
|
||||
"git_branch",
|
||||
"git_state",
|
||||
|
|
Loading…
Reference in New Issue