summaryrefslogtreecommitdiff
path: root/distrib/alpha
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-03 12:24:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-03 12:24:15 +0000
commit5266978adf910cf4e4f666a783f2cb092da976a5 (patch)
tree788764edd37db2f844e084b33ee7442863f7e89c /distrib/alpha
parent307ed2444aa7d051576b1be07befde39c62be4bf (diff)
default to vt220
Diffstat (limited to 'distrib/alpha')
-rw-r--r--distrib/alpha/common/dot.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/common/dot.profile b/distrib/alpha/common/dot.profile
index 92f6b59beb0..0a0036a635e 100644
--- a/distrib/alpha/common/dot.profile
+++ b/distrib/alpha/common/dot.profile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: dot.profile,v 1.1 2001/01/29 21:25:46 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.2 2001/03/03 12:24:14 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -46,7 +46,7 @@ alias dmesg="cat /kern/msgbuf"
# Terminals in termcap, default TERM.
# This assumes a *small* termcap file.
TERMS=`grep '^[A-z]' /usr/share/misc/termcap | sed -e 's/|[^|]*$//' -e 's/|/ /g'`
-TERM=sun
+TERM=vt220
PAGER=more
if [ "X${DONEPROFILE}" = "X" ]; then