diff options
Diffstat (limited to 'internal/p10k.zsh')
-rwxr-xr-x | internal/p10k.zsh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index afee38de..ab24528a 100755 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -2197,9 +2197,6 @@ prompt_kubecontext() { fi done fi - if [[ -n $POWERLEVEL9K_KUBECONTEXT_CONTEXT_FUNCTION ]]; then - ctx=$($POWERLEVEL9K_KUBECONTEXT_CONTEXT_FUNCTION $ctx) - fi _p9k_cache_set "$ctx" "$suf" fi |