My echo $BASH_VERSION shows 3.2.57(1)-release.
My bash --version shows GNU bash, version 5.1.16(1)-release (aarch64-apple-darwin21.1.0)
My which bash shows /opt/homebrew/bin/bash
I'm trying to set up K8S autocompletion as described here but since it's only available for bash version 4+ I cannot have it installed.
Ideally, I would like to use an "original" bash, not from homebrew, to get parity with Linux.
I tried to run chsh -l /bin/bash which gives me output:
Changing shell for user.
chsh: Node name wasn't found. Node name wasn't found.
How can I instruct my system to always use the latest bash version?