home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / unix / shell / zsh.3.0.2.README < prev   
Encoding:
Text File  |  1997-02-08  |  1.0 KB  |  36 lines

  1.  
  2. zsh - the Z-Shell version 3.0.2
  3. Date: 3 Jan 1996
  4.  
  5. Compiled QuadFat by Timothy J. Luoma <luomat@peak.org>
  6.  
  7. The Z-Shell is a powerful and flexible UNIX login shell.
  8.  
  9. Since login shells are something of a religious topic, I'll say no more .  However, if you are
  10. interested in ZSH, this is the latest stable release (ie non-beta) compiled QuadFat.  
  11.  
  12. It is tested only on m68k hardware.
  13.  
  14. Use at your own risk, entirely.
  15.  
  16. Source code is included, for those 'do-it-yourself' types.
  17.  
  18. TO INSTALL:
  19.  
  20. copy `zsh' from the `bin' directory to `/usr/local/bin'
  21.     (Hint: on my machine I named it zsh.3.0.2 and linked that to 'zsh' using
  22.         'cd /usr/local/bin/;ln -s zsh.3.0.2 zsh'
  23.         So I can keep this version around even if I install newer ones later)
  24.  
  25.  
  26. copy all the man pages from `man/man1' to `/usr/local/man/man1'
  27.  
  28. (note: if you are going to use zsh as a login shell, you must add the path to it in
  29.        /etc/shells, ie /usr/local/bin/zsh)
  30.  
  31. NOTE: the quadfat binary is about 1.5 meg stripped.  You might want to thin it using `lipo'.
  32.  
  33.  
  34. EOF
  35.  
  36.