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 wannawant to open Bash, so I type /bin/bash, so; I assume I am in bash now, but Ifif I echo $SHELL I still get /bin/zsh
What's wrong, please?