diff --git a/etc/root/dot.profile b/etc/root/dot.profile index 66b7b684f53d..92dbe5feda1f 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: dot.profile,v 1.12 1997/02/23 09:21:14 peter Exp $ # PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin echo 'erase ^H, kill ^U, intr ^C' @@ -6,5 +6,5 @@ stty crt erase ^H kill ^U intr ^C export PATH HOME=/root export HOME -TERM=cons25 +TERM=${TERM:-cons25} export TERM