kubectl-plugins icon indicating copy to clipboard operation
kubectl-plugins copied to clipboard

Use .profile for setting path in install-plugins.sh instead of .bash_profile

Open nodesocket opened this issue 3 years ago • 0 comments

Feature

Setting the path should be done in .profile instead of .bash_profile in https://github.com/jordanwilson230/kubectl-plugins/blob/master/install-plugins.sh.

Simply append:

PATH="$PATH:$HOME/.kube/plugins/jordanwilson230"

To .profile instead of .bash_profile.

Reason

Having a .bash_profile file caused me to lose my custom shell prompts and settings using Debian Bullseye.

nodesocket avatar Jan 03 '22 05:01 nodesocket