Setting zsh as default
chsh -s $(which zsh)
Setting bash as default
chsh -s $(which bash)
Log out after that. Then, come back to terminal.
Setting zsh as default
chsh -s $(which zsh)
Setting bash as default
chsh -s $(which bash)
Log out after that. Then, come back to terminal.