kubectl-plugins
kubectl-plugins copied to clipboard
Use .profile for setting path in install-plugins.sh instead of .bash_profile
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.