summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2019-10-03 08:52:07 +0200
committerMatan Kushner <hello@matchai.me>2019-10-03 15:52:07 +0900
commit34bca5a035eb9ae8bbb978d057f889e350562b7e (patch)
treee92e1a7b921c0de248a66ce0c3232c818be6258d
parent6621e4c859a3546070932318b3b31066c811e786 (diff)
fix: Add Kubernetes to the default prompt order (#466)
-rw-r--r--starship/src/configs/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/starship/src/configs/mod.rs b/starship/src/configs/mod.rs
index dcf8bb009..b20fd7c98 100644
--- a/starship/src/configs/mod.rs
+++ b/starship/src/configs/mod.rs
@@ -22,6 +22,7 @@ impl<'a> RootModuleConfig<'a> for StarshipRootConfig<'a> {
prompt_order: vec![
"username",
"hostname",
+ "kubernetes",
"directory",
"git_branch",
"git_state",