home *** CD-ROM | disk | FTP | other *** search
- ;Public Screen Shell Startup
- ; 04/22/92 ©1992 Edward D. Berger
- ;
- ; Path Additions, to make up for Losing our Religion...
- ; default is only CurrentDir & C: <sigh>
- ;
- path s: add;
- path sys:system add;
- path sys:tools add;
- path sys:utilities add;
- ;
- ; standard paths completed add any special ones here
- ;path inet:c add; for AS225 TCP/IP software
- ;path bin: add; I keep misc. utilities here
- ;path lc: add; for SAS/C
- ;path dcc:bin add; for DICE C compiler
- ;path turbotext: add; for TurboText editor
- ;path tex:bin add; for TeX typesetting software
- ;
- ;
- ;standard CBM Shell-Startup stuff
- alias xcopy "copy clone "
- alias clear "echo *"*E[0;0H*E[J*" "
- alias reverse "echo *"*E[>1m*E[30;41m*E[0;0H*E[J*""
- alias normal "echo *"*E[>0m*E[31;40m*E[0;0H*E[J*""
- Prompt "%N.%S> "
- ;
- ; OK SO I USE UNIX at WORK
- ;alias rm delete
- ;alias mkdir makedir
- ;alias rmdir delete
- ;alias cp copy
- ;alias mv rename
- ;
- ;Change the Default Stack size to something more usable
- ;stack 20000;
- ;