fix: Add Kubernetes to the default prompt order (#466)

This commit is contained in:
Thomas O'Donnell 2019-10-03 08:52:07 +02:00 committed by Matan Kushner
parent 6621e4c859
commit 34bca5a035
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ impl<'a> RootModuleConfig<'a> for StarshipRootConfig<'a> {
prompt_order: vec![ prompt_order: vec![
"username", "username",
"hostname", "hostname",
"kubernetes",
"directory", "directory",
"git_branch", "git_branch",
"git_state", "git_state",