mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-01-19 04:47:40 +02:00
added forgotten $
This commit is contained in:
parent
37f24dcc5f
commit
b8afde5598
@ -1428,7 +1428,7 @@ prompt_kubecontext() {
|
||||
|
||||
if [[ "$k8s_context" == "k8s_namespace" ]]; then
|
||||
# No reason to print out the same identificator twice
|
||||
k8s_final_text="k8s_context"
|
||||
k8s_final_text="$k8s_context"
|
||||
else
|
||||
k8s_final_text="$k8s_context/$k8s_namespace"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user