BSD 4_4_Lite2 development
[unix-history] / .ref-BSD-4_4_Lite1 / .profile
CommitLineData
046c51f6
C
1PATH=/sbin:/usr/sbin:/bin:/usr/bin
2export PATH
3
4BLOCKSIZE=1k
5export BLOCKSIZE
6
7#export TERM for single user shells.
8export TERM
9
10echo 'erase ^H, kill ^U, intr ^C status ^T'
11stty erase '^H' kill '^U' intr '^C' status '^T' crt
12
13umask 022
14
15echo "Don't login as root, use the su command."