zsh

A modern shell with advanced scripting features and customization

brewmacoslinux
Try with needOr install directly
Source

About

UNIX shell (command interpreter)

Commands

zsh

Examples

Start an interactive zsh shell session$ zsh
Execute a zsh script file$ zsh script.sh
Set zsh as your default shell$ chsh -s $(which zsh)