fix(lib): remove kubectx stub prompt function from lib

Fixes #9974
This commit is contained in:
Marc Cornellà 2021-06-17 18:54:52 +02:00
parent 3e7998aec3
commit e32d4b1e19
No known key found for this signature in database
GPG Key ID: 0314585E776A9C1B

View File

@ -19,7 +19,6 @@ function chruby_prompt_info \
virtualenv_prompt_info \ virtualenv_prompt_info \
jenv_prompt_info \ jenv_prompt_info \
tf_prompt_info \ tf_prompt_info \
kubectx_prompt_info \
{ {
return 1 return 1
} }