Appearance
An extended Bourne shell (Bash) with many improvements.
Install zsh from the respective package manager, like pacman for arch:
sudo pacman -S zsh
Make it your default shell by running:
chsh -s $(which zsh)