home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / mint / mntutl95.lzh / MNTUTL95 / MINTSHEL.RC < prev    next >
Text File  |  1993-08-03  |  1KB  |  51 lines

  1. #
  2. # sample init.rc
  3. #
  4. # first, set MINT to the main MiNT directory
  5. #
  6. setenv MINT c:\mint
  7. #
  8. # Then set the path
  9. #
  10. setenv PATH c:\bin,c:\gnu\bin,$MINT\bin
  11. #
  12. # next, set some general variables
  13. #
  14. setenv TEMP m:
  15. setenv TMPDIR m:
  16. setenv TZ EST5EDT
  17. setenv HOME c:\home
  18. setenv SHELL $MINT\init.prg
  19. setenv PROMPT 'test> '
  20. #
  21. # next, set specific variables for the gcc and make
  22. #
  23. setenv GCCEXEC c:\gnu\bin\gcc-
  24. setenv GNULIB $MINT\mntlib\lib
  25. setenv GNUINC $MINT\mntlib\include
  26. setenv CC gcc
  27. setenv AS gcc-as
  28. #
  29. # Alcyon variables
  30. #
  31. setenv MACPATH c:\alcyon\include
  32. setenv ALNPATH c:\alcyon\lib
  33. setenv ALCPATH c:\alcyon\
  34. #
  35. # now set up some aliases
  36. #
  37. alias ls ls -F
  38. alias lim limit -m 2048k -M 2048k
  39. alias pwd cd
  40. #
  41. # MGR vars and aliases
  42. #
  43. setenv DEFAULT_FONT $MINT\mgr\font\gal7x11r.fnt
  44. setenv MGRFONT $MINT\mgr\font
  45. setenv MGRICON $MINT\mgr\icon
  46. alias clear echo ' '
  47. alias inv echo S
  48. #
  49. # OK, now that everything's set up, run whatever programs we want to start
  50. #
  51.