mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-04 20:37:56 +00:00
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
Block a user