362 B
362 B
Install and Setup Zsh in Ubuntu
Install
sudo apt install zsh
chsh -s $(which zsh)
//or
chsh -s /usr/bin/zsh
Set as default shell
- Reload terminal
- select (2) from options - this just populates recommended settings
Revert to bash shell - or some other
sudo apt --purge remove zsh
chsh -s $(which "SHELL NAME")