The ZSH package contains a command interpreter (shell) usable as an interactive login shell and as a shell script command processor. Of the standard shells, ZSH most closely resembles KSH but includes many enhancements.
Download (HTTP): http://prdownloads.sourceforge.net/zsh/zsh-4.2.5.tar.bz2
Download MD5 sum: e2060f743dcdf3b383e80e862a6548fe
Download size: 2.0 MB
Estimated disk space required: 24 MB
Estimated build time: 0.5 SBU
Install ZSH by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root user:
make install && make install.info
There are a whole host of configuration files for ZSH including /etc/zshenv, /etc/zprofile, /etc/zshrc, /etc/zlogin, and /etc/zlogout. You can find more information on these in the zsh(1) and related man pages.
Last updated on 2005-08-01 13:29:19 -0600