summaryrefslogtreecommitdiff
path: root/config/p10k-classic.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-09-09 16:24:36 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-09-09 16:24:36 +0300
commit4313c36df963b01232333994bb55e2d50b29c7c1 (patch)
tree694288e1c84b3bf0718b978656411d41dcc42369 /config/p10k-classic.zsh
parent1ad0e713a45f1f710202395b17a19e485b67d6d9 (diff)
parente909f09ca0225d23367ff9836c4466baf0abf1ec (diff)
Merge branch 'iAnomaly-config-kubernetes'
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r--config/p10k-classic.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh
index 624db57d..c51d9575 100644
--- a/config/p10k-classic.zsh
+++ b/config/p10k-classic.zsh
@@ -671,7 +671,7 @@ fi
# The expansion below will show P9K_KUBECONTEXT_CLOUD_CLUSTER if it's not empty and fall back
# to P9K_KUBECONTEXT_NAME. Parameter expansions are very flexible and fast, too. See reference:
# http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion.
- typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION='${P9K_KUBECONTEXT_CLOUD_CLUSTER:-${P9K_KUBECONTEXT_NAME}}'
+ typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION='${P9K_KUBECONTEXT_CLOUD_CLUSTER:-${P9K_KUBECONTEXT_NAME}}/${P9K_KUBECONTEXT_NAMESPACE}'
# Custom prefix.
# typeset -g POWERLEVEL9K_KUBECONTEXT_PREFIX='%248Fat '