login sets HOME, don't bother here
[unix-history] / usr / src / etc / root / dot.profile
CommitLineData
cf751007 1PATH=/sbin:/usr/sbin:/bin:/usr/bin:
39f76495 2export PATH
95cba90b
KB
3
4BLOCKSIZE=1k
5export BLOCKSIZE
6
95cba90b
KB
7export TERM
8echo 'erase ^H, kill ^U, intr ^C status ^T'
9stty erase '^H' kill '^U' intr '^C' status '^T' crt
01427681
KB
10
11umask 022
95cba90b
KB
12
13echo "Don't login as root, use the su command."