mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-18 21:41:57 +00:00
Fix kubernetes segment
This commit is contained in:
parent
579887d294
commit
d031b3e035
1 changed files with 1 additions and 1 deletions
|
@ -1682,7 +1682,7 @@ prompt_kubecontext() {
|
||||||
|
|
||||||
local k8s_final_text=""
|
local k8s_final_text=""
|
||||||
|
|
||||||
if [[ "$k8s_context" == "$k8s_namespace" ]]; then
|
if [[ "$cur_ctx" == "$cur_namespace" ]]; then
|
||||||
# No reason to print out the same identificator twice
|
# No reason to print out the same identificator twice
|
||||||
k8s_final_text="$cur_ctx"
|
k8s_final_text="$cur_ctx"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue