diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2019-07-07 21:38:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-07 21:38:11 +0300 |
commit | 47de06854440cc7afe50eb14e10d5d308c5cd2b5 (patch) | |
tree | af393fe660f29c287fa8705621e280997d870a99 /internal/p10k.zsh | |
parent | c140d38695ee75fa29b8d6f34ffdbf135afa86c6 (diff) | |
parent | 9ed04d1969a254ecdcbe68c931db05cbc3382550 (diff) |
Merge pull request #111 from venyii/revert-kubecontext-func
Revert "Add ability to provide a cluster function in kubecontext segment"
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 |