I wonder if it's actually possible to change $PS1 after switching context in bash.  ```bash # Added before declaration of PS1 export KUBECONFIG=~/.kube/config kubeprompt ``` + context not changing + shell losing all of the nice things, like auto-completion (because of kubeprompt switchover) / no bueno =(