We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c543166 commit cd3d825Copy full SHA for cd3d825
powerline_shell/segments/kubecontext.py renamed to powerline_shell/segments/kube_context.py
@@ -9,7 +9,7 @@
9
class Segment(BasicSegment):
10
def add_to_powerline(self):
11
kube_context = os.environ.get("KUBECONFIG")
12
- if kubecontext:
+ if kube_context:
13
self.powerline.append(" kctx:%s " % os.path.basename(kube_context),
14
self.powerline.theme.KUBE_CONTEXT_FG,
15
self.powerline.theme.KUBE_CONTEXT_BG)
0 commit comments