Like many other users, I use a prompt that displays the current Kubernetes context (and namespace, if specified). As such, it would be handy if ktx had the ability to unset the KUBECONFIG environment variable (and thus release space in my prompt). I have an idea on how to do this, but I wanted to check here to see if this was something the project owners might be interested in.
@scottslowe if you add "fixes #" to the description of your PRs GitHub will auto-close the issues for you! It doesn't seem to recognize "addresses #" :(
Like many other users, I use a prompt that displays the current Kubernetes context (and namespace, if specified). As such, it would be handy if
ktx
had the ability to unset theKUBECONFIG
environment variable (and thus release space in my prompt). I have an idea on how to do this, but I wanted to check here to see if this was something the project owners might be interested in.Thoughts?