diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-25 04:35:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-25 04:35:34 +0000 |
commit | 7fb1b71f70b7a047b6689bcfebd7a21f0773c0bf (patch) | |
tree | e83ca58ee19139110f7c88fe2897384e44fdb1c3 | |
parent | ce5b423be5ad14a4f96a0217aacaa23a25275710 (diff) |
pager is more
-rw-r--r-- | distrib/alpha/ramdisk/dot.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/alpha/ramdisk/dot.profile b/distrib/alpha/ramdisk/dot.profile index 7b31ad30081..0fe284edc9c 100644 --- a/distrib/alpha/ramdisk/dot.profile +++ b/distrib/alpha/ramdisk/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.5 1997/10/20 22:23:59 millert Exp $ +# $OpenBSD: dot.profile,v 1.6 1997/10/25 04:35:33 deraadt Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -46,6 +46,7 @@ set -o emacs # emacs-style command line editing # This assumes a *small* termcap file. TERMS=`grep '^[A-z]' /usr/share/misc/termcap | sed -e 's/|[^|]*$//' -e 's/|/ /g'` TERM=sun +PAGER=more if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES |