diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-03 12:24:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-03 12:24:15 +0000 |
commit | 5266978adf910cf4e4f666a783f2cb092da976a5 (patch) | |
tree | 788764edd37db2f844e084b33ee7442863f7e89c /distrib/alpha | |
parent | 307ed2444aa7d051576b1be07befde39c62be4bf (diff) |
default to vt220
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/common/dot.profile | 4 |
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 |