Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Fix kubernetes segment
Browse files Browse the repository at this point in the history
  • Loading branch information
dritter committed Jul 9, 2018
1 parent 579887d commit d031b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powerlevel9k.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d031b3e

Please sign in to comment.