BSD 4_4_Lite2 development
[unix-history] / .profile
index affa0d3..fb64165 100644 (file)
--- a/.profile
+++ b/.profile
@@ -1,7 +1,15 @@
-echo 'erase ^?, kill ^U, intr ^C'
-stty dec
-PATH=/etc:/usr/ucb:/bin:/usr/bin:.
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
 export PATH
 export PATH
-HOME=/
-export HOME
+
+BLOCKSIZE=1k
+export BLOCKSIZE
+
+#export TERM for single user shells.
 export TERM
 export TERM
+
+echo 'erase ^H, kill ^U, intr ^C status ^T'
+stty erase '^H' kill '^U' intr '^C' status '^T' crt
+
+umask 022
+
+echo "Don't login as root, use the su command."