I am trying to jump between zsh and bash.
By default, I have zsh as my shell, I can know this by typing:
echo $SHELL and I get /bin/zsh
However, I want to open Bash, so I type /bin/bash; I assume I am in bash now, but if I echo $SHELL I still get /bin/zsh
What's wrong, please?