The SHELL variable stores the parent shell for your session, which sometimes matches with your default login shell. The $SHELL is the parent shell which spawned the current session. $ whoami razvan $ echo $SHELL /bin/bash $ zsh % echo…
The SHELL variable stores the parent shell for your session, which sometimes matches with your default login shell. The $SHELL is the parent shell which spawned the current session. $ whoami razvan $ echo $SHELL /bin/bash $ zsh % echo…