blob: fb8d8fd99bc81e2b2fd903efb4f3ad7e971a476f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
### standard setups are made by default.login; please don't remove it
### unless you *really* know what you are doing!
source /usr/local/share/startups/default.login
### Your default path includes various bin directories. If you don't
### understand them and want to use them, mail help@cogsci
### If you want to extend your path for other things add them after $path
# set path=($path )
# biff y @spark # automatically displays arrival of new mail
setenv SHELL /usr/scratch/bin/sun4/bash
exec $SHELL -login
hello
zoing
|