Zsh is a shell designed for interactive use, although it is also a powerful scripting language. Many of the useful features of bash, ksh, and tcsh were incorporated into zsh; many original features were added.
Zsh is a shell designed for interactive use, although it is also a powerful scripting language. Many of the useful features of bash, ksh, and tcsh were incorporated into zsh; many original features were added.
To install zsh, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install zsh
To see what files were installed by zsh, run:
port contents zsh
To later upgrade zsh, run:
sudo port selfupdate && sudo port upgrade zsh
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.