home *** CD-ROM | disk | FTP | other *** search
-
- ; Sample shell-startup for use with DAUTOSTART. Instead of specifying
- ; a set of absolute paths the shell-startup program loads a pathlist
- ; stored by sys:bin/savepath which is run from your user-startup after
- ; the autostart script has been run. This way, all path entries are
- ; modular.
- ;
- ; The goal is to have a sys: directory that does not depend on any
- ; custom stuff you may have intalled on your machine.
- ;
- ; if you make loadpath resident, then just say 'loadpath' below rather
- ; then sys:bin/loadpath
-
- sys:bin/loadpath
-
-
- ; put aliases and other items here
- ;
-
- prompt (%s)
-
- alias . endshell
- alias l ls
- alias mkdir makedir
- alias mv rename
- alias dir list
- alias res resident
- alias renice changetaskpri
- alias rm delete QUIET []
- alias cp copy ALL CLONE []
- alias ed run dme []
- alias ps status full
- alias s execute sc:s
- alias g cd ThisDir:
- alias c echo NOLINE
- alias datacomm run lockserial -U2 "term 19200 -U 2"
- alias dnetcomm run lockserial -U2 "src:dnet/amiga/bin/dnet -U2 -X -P0 -Z0 -b9600 -8"
-
- stack 8192
-
-