home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 633.lha / PublicScreen_v1.02.08 / PublicShell-Startup < prev    next >
Text File  |  1992-04-22  |  975b  |  37 lines

  1. ;Public Screen Shell Startup
  2. ; 04/22/92 ©1992 Edward D. Berger
  3. ;
  4. ; Path Additions, to make up for Losing our Religion...
  5. ; default is only CurrentDir & C: <sigh>
  6. ;
  7. path s: add;
  8. path sys:system add;
  9. path sys:tools add;
  10. path sys:utilities add;
  11. ;
  12. ; standard paths completed add any special ones here
  13. ;path inet:c add;     for AS225 TCP/IP software
  14. ;path bin: add;       I keep misc. utilities here
  15. ;path lc: add;        for SAS/C
  16. ;path dcc:bin add;    for DICE C compiler
  17. ;path turbotext: add; for TurboText editor
  18. ;path tex:bin add;    for TeX typesetting software
  19. ;
  20. ;
  21. ;standard CBM Shell-Startup stuff
  22. alias xcopy "copy clone "
  23. alias clear "echo *"*E[0;0H*E[J*" "
  24. alias reverse "echo *"*E[>1m*E[30;41m*E[0;0H*E[J*""
  25. alias normal "echo *"*E[>0m*E[31;40m*E[0;0H*E[J*""
  26. Prompt "%N.%S> "
  27. ;
  28. ; OK SO I USE UNIX at WORK
  29. ;alias rm delete
  30. ;alias mkdir makedir
  31. ;alias rmdir delete
  32. ;alias cp copy
  33. ;alias mv rename
  34. ;
  35. ;Change the Default Stack size to something more usable
  36. ;stack 20000;
  37. ;