zsh: show kubernetes status in all satoshipay repositories
Alan Pearce alan@alanpearce.eu
Thu, 18 Jun 2020 11:25:01 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M user/zsh/zshrc → user/zsh/zshrc
@@ -82,7 +82,7 @@ AGKOZAK_PROMPT_DIRTRIM=0 AGKOZAK_LEFT_PROMPT_ONLY=${+SSH_CLIENT} check_kubectl_context () { - if [[ "$PWD" =~ /kubernetes || "$PWD" =~ /monorepo ]] + if [[ "$PWD" =~ satoshipay ]] then kubectl_context=$(kubectl config current-context) kubectl_namespace=$(kubectl config view -o jsonpath="{.contexts[?(@.name==\"${kubectl_context}\")].context.namespace}")