diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-06-17 18:54:52 +0200 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-06-17 18:54:52 +0200 |
commit | e32d4b1e195f4c7777844beea97af42bd93434eb (patch) | |
tree | cd23b8ea325893f75aaaa8d354ff8edb2f2d51ae /lib | |
parent | 3e7998aec33ff7551d06d4510f9e8769aab5db93 (diff) | |
download | zsh-e32d4b1e195f4c7777844beea97af42bd93434eb.tar.gz zsh-e32d4b1e195f4c7777844beea97af42bd93434eb.tar.bz2 zsh-e32d4b1e195f4c7777844beea97af42bd93434eb.zip |
fix(lib): remove `kubectx` stub prompt function from lib
Fixes #9974
Diffstat (limited to 'lib')
-rw-r--r-- | lib/prompt_info_functions.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/prompt_info_functions.zsh b/lib/prompt_info_functions.zsh index e29fb27a5..48f033da6 100644 --- a/lib/prompt_info_functions.zsh +++ b/lib/prompt_info_functions.zsh @@ -19,7 +19,6 @@ function chruby_prompt_info \ virtualenv_prompt_info \ jenv_prompt_info \ tf_prompt_info \ - kubectx_prompt_info \ { return 1 } |