zsh - the Z-Shell version 3.0.2 Date: 3 Jan 1996 Compiled QuadFat by Timothy J. Luoma The Z-Shell is a powerful and flexible UNIX login shell. Since login shells are something of a religious topic, I'll say no more . However, if you are interested in ZSH, this is the latest stable release (ie non-beta) compiled QuadFat. It is tested only on m68k hardware. Use at your own risk, entirely. Source code is included, for those 'do-it-yourself' types. TO INSTALL: copy `zsh' from the `bin' directory to `/usr/local/bin' (Hint: on my machine I named it zsh.3.0.2 and linked that to 'zsh' using 'cd /usr/local/bin/;ln -s zsh.3.0.2 zsh' So I can keep this version around even if I install newer ones later) copy all the man pages from `man/man1' to `/usr/local/man/man1' (note: if you are going to use zsh as a login shell, you must add the path to it in /etc/shells, ie /usr/local/bin/zsh) NOTE: the quadfat binary is about 1.5 meg stripped. You might want to thin it using `lipo'. EOF