mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-16 17:50:09 +00:00
added forgotten $
This commit is contained in:
parent
37f24dcc5f
commit
b8afde5598
1 changed files with 1 additions and 1 deletions
|
@ -1428,7 +1428,7 @@ prompt_kubecontext() {
|
||||||
|
|
||||||
if [[ "$k8s_context" == "k8s_namespace" ]]; then
|
if [[ "$k8s_context" == "k8s_namespace" ]]; then
|
||||||
# No reason to print out the same identificator twice
|
# No reason to print out the same identificator twice
|
||||||
k8s_final_text="k8s_context"
|
k8s_final_text="$k8s_context"
|
||||||
else
|
else
|
||||||
k8s_final_text="$k8s_context/$k8s_namespace"
|
k8s_final_text="$k8s_context/$k8s_namespace"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue