xref: /original-bsd/etc/root/dot.profile (revision bc7f84be)
1PATH=/sbin:/usr/sbin:/bin:/usr/bin:
2export PATH
3
4BLOCKSIZE=1k
5export BLOCKSIZE
6
7export TERM
8echo 'erase ^H, kill ^U, intr ^C status ^T'
9stty erase '^H' kill '^U' intr '^C' status '^T' crt
10
11umask 022
12
13echo "Don't login as root, use the su command."
14