First check if Bash is the default shell:
echo $SHELL
If /bin/bash is not returned, just change it by typing:
chsh -s /bin/bash
Restart your terminal or type in:
source ~/.bash_profile
First check if Bash is the default shell:
echo $SHELL
If /bin/bash is not returned, just change it by typing:
chsh -s /bin/bash
Restart your terminal or type in:
source ~/.bash_profile