home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / dots / zlogin < prev    next >
Encoding:
Text File  |  1992-05-02  |  247 b   |  17 lines

  1. clear
  2. cd
  3. stty dec new cr0 -tabs
  4. ttyctl -f  # freeze the terminal modes... can't change without a ttyctl -u
  5. umask 022
  6. export MAIL=/usr/spool/mail/$USER
  7. MAILCHECK=60
  8. mesg y
  9. uptime
  10. fortune
  11. log
  12. from 2>/dev/null
  13. cat notes
  14. unlimit
  15. limit core 0
  16. msgs -fp
  17.