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