From 1a0e3627fa9197ee606e43baf674856c0e6c167f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 20 Oct 1997 22:24:25 +0000 Subject: Enable history and emacs-stye command editing. A lot of this stuff is not used but who knows what... --- distrib/alpha/ramdisk/dot.profile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'distrib/alpha/ramdisk') diff --git a/distrib/alpha/ramdisk/dot.profile b/distrib/alpha/ramdisk/dot.profile index d3f64160e46..7b31ad30081 100644 --- a/distrib/alpha/ramdisk/dot.profile +++ b/distrib/alpha/ramdisk/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.4 1997/07/31 17:10:13 millert Exp $ +# $OpenBSD: dot.profile,v 1.5 1997/10/20 22:23:59 millert Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -30,11 +30,13 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export PATH +export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ +export HISTFILE=/.sh_history umask 022 +set -o emacs # emacs-style command line editing + # XXX # the TERM/EDITOR stuff is really well enough parameterized to be moved # into install.sub where it could use the routines there and be invoked -- cgit v1.2.3