Fix kubernetes segment

This commit is contained in:
Dominik Ritter 2018-07-09 21:30:28 +02:00
parent 579887d294
commit d031b3e035

View file

@ -1682,7 +1682,7 @@ prompt_kubecontext() {
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
k8s_final_text="$cur_ctx"
else